mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Fixed: Translation warning for search all
This commit is contained in:
parent
5487acb041
commit
4acf12f056
3 changed files with 7 additions and 4 deletions
|
@ -243,10 +243,10 @@ class CutoffUnmet extends Component {
|
|||
message={
|
||||
<div>
|
||||
<div>
|
||||
Are you sure you want to search for all {totalRecords} Cutoff Unmet albums?
|
||||
{translate('MassAlbumsCutoffUnmetWarning', [totalRecords])}
|
||||
</div>
|
||||
<div>
|
||||
This cannot be cancelled once started without restarting Lidarr.
|
||||
{translate('ThisCannotBeCancelled')}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
@ -260,10 +260,10 @@ class Missing extends Component {
|
|||
message={
|
||||
<div>
|
||||
<div>
|
||||
Are you sure you want to search for all {totalRecords} missing albums?
|
||||
{translate('MassAlbumsSearchWarning', [totalRecords])}
|
||||
</div>
|
||||
<div>
|
||||
This cannot be cancelled once started without restarting Lidarr.
|
||||
{translate('ThisCannotBeCancelled')}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue