mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Update text to say album instead of episode. (#170)
This commit is contained in:
@@ -79,7 +79,7 @@ class RemoveQueueItemModal extends Component {
|
||||
type={inputTypes.CHECK}
|
||||
name="blacklist"
|
||||
value={blacklist}
|
||||
helpText="Prevents Lidarr from automatically grabbing this episode again"
|
||||
helpText="Prevents Lidarr from automatically grabbing this album again"
|
||||
onChange={this.onBlacklistChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
@@ -83,7 +83,7 @@ function InteractiveEpisodeSearch(props) {
|
||||
if (isFetching) {
|
||||
return <LoadingIndicator />;
|
||||
} else if (!isFetching && !!error) {
|
||||
return <div>Unable to load results for this episode search. Try again later.</div>;
|
||||
return <div>Unable to load results for this album search. Try again later.</div>;
|
||||
} else if (isPopulated && !items.length) {
|
||||
return <div>No results found.</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user