Fixed: Translation warning for search all
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user