Fixed: (UI) Show the correct path in delete artist modal

pull/3540/head
Bogdan 2 years ago committed by Qstick
parent b4db8fca19
commit 1374fb1a32

@ -125,7 +125,7 @@ class DeleteArtistModalContent extends Component {
deleteFiles &&
<div className={styles.deleteFilesMessage}>
<div>
{translate('TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted')}
{translate('TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted', [path])}
</div>
{

@ -787,7 +787,7 @@
"TestAllIndexers": "Test All Indexers",
"TestAllLists": "Test All Lists",
"TheAlbumsFilesWillBeDeleted": "The album's files will be deleted.",
"TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted": "The artist folder <strong>{path}</strong> and all of its content will be deleted.",
"TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted": "The artist folder '{0}' and all of its content will be deleted.",
"Theme": "Theme",
"ThemeHelpText": "Change Application UI Theme, 'Auto' Theme will use your OS Theme to set Light or Dark mode. Inspired by Theme.Park",
"ThisCannotBeCancelled": "This cannot be cancelled once started without disabling all of your indexers.",

Loading…
Cancel
Save