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 &&
<div className={styles.deleteFilesMessage}>
<div>
{translate('TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted')}
{translate('TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted', [path])}
</div>
{