Fixed: Translation warning for search all

This commit is contained in:
PearsonFlyer 2022-01-16 07:57:59 -05:00 committed by Qstick
parent 5487acb041
commit 4acf12f056
3 changed files with 7 additions and 4 deletions

View file

@ -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>
}

View file

@ -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>
}