Fixed: (UI) Show the correct path in delete artist modal
This commit is contained in:
@@ -125,7 +125,7 @@ class DeleteArtistModalContent extends Component {
|
||||
deleteFiles &&
|
||||
<div className={styles.deleteFilesMessage}>
|
||||
<div>
|
||||
{translate('TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted')}
|
||||
{translate('TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted', [path])}
|
||||
</div>
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user