mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 15:47:09 -07:00
Fixed: Its not It’s in DeleteArtistModal
This commit is contained in:
parent
b3a20e9e0b
commit
8fe8aec97c
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ class DeleteArtistModalContent extends Component {
|
|||
|
||||
if (trackFileCount === 0) {
|
||||
deleteFilesLabel = 'Delete Artist Folder';
|
||||
deleteFilesHelpText = 'Delete the artist folder and it\'s contents';
|
||||
deleteFilesHelpText = 'Delete the artist folder and its contents';
|
||||
}
|
||||
|
||||
return (
|
||||
|
@ -121,7 +121,7 @@ class DeleteArtistModalContent extends Component {
|
|||
{
|
||||
deleteFiles &&
|
||||
<div className={styles.deleteFilesMessage}>
|
||||
<div>The artist folder <strong>{path}</strong> and all it's content will be deleted.</div>
|
||||
<div>The artist folder <strong>{path}</strong> and all of its content will be deleted.</div>
|
||||
|
||||
{
|
||||
!!trackFileCount &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue