mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 15:23:40 -07:00
Fixed: (UI) Show the correct path in delete artist modal
This commit is contained in:
parent
b4db8fca19
commit
1374fb1a32
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ class DeleteArtistModalContent extends Component {
|
|||
deleteFiles &&
|
||||
<div className={styles.deleteFilesMessage}>
|
||||
<div>
|
||||
{translate('TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted')}
|
||||
{translate('TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted', [path])}
|
||||
</div>
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue