Skip to content

Commit

Permalink
Fixed: Its not It’s in DeleteArtistModal
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Jun 2, 2019
1 parent b3a20e9 commit 8fe8aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Artist/Delete/DeleteArtistModalContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -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 &&
Expand Down

0 comments on commit 8fe8aec

Please sign in to comment.