From 8fe8aec97c25bd681d341ddfa938e899a5a7e129 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 2 Jun 2019 10:30:52 -0400 Subject: [PATCH] =?UTF-8?q?Fixed:=20Its=20not=20It=E2=80=99s=20in=20Delete?= =?UTF-8?q?ArtistModal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/Artist/Delete/DeleteArtistModalContent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Artist/Delete/DeleteArtistModalContent.js b/frontend/src/Artist/Delete/DeleteArtistModalContent.js index c80dca7d9..a242a1e20 100644 --- a/frontend/src/Artist/Delete/DeleteArtistModalContent.js +++ b/frontend/src/Artist/Delete/DeleteArtistModalContent.js @@ -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 &&
-
The artist folder {path} and all it's content will be deleted.
+
The artist folder {path} and all of its content will be deleted.
{ !!trackFileCount &&