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

This commit is contained in:
Bogdan 2023-04-15 23:36:14 +03:00 committed by Qstick
parent b4db8fca19
commit 1374fb1a32
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -787,7 +787,7 @@
"TestAllIndexers": "Test All Indexers", "TestAllIndexers": "Test All Indexers",
"TestAllLists": "Test All Lists", "TestAllLists": "Test All Lists",
"TheAlbumsFilesWillBeDeleted": "The album's files will be deleted.", "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", "Theme": "Theme",
"ThemeHelpText": "Change Application UI Theme, 'Auto' Theme will use your OS Theme to set Light or Dark mode. Inspired by Theme.Park", "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.", "ThisCannotBeCancelled": "This cannot be cancelled once started without disabling all of your indexers.",