Fix grammar and punctuation in DeleteSeriesModalContent

This commit is contained in:
Carl Downing 2019-05-18 22:09:19 -07:00 committed by Mark McDowall
parent 5c258797ec
commit 7ce8bac3ea
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ class DeleteSeriesModalContent extends Component {
if (episodeFileCount === 0) {
deleteFilesLabel = 'Delete Series Folder';
deleteFilesHelpText = 'Delete the series folder and it\'s contents';
deleteFilesHelpText = 'Delete the series folder and its contents';
}
return (
@ -99,7 +99,7 @@ class DeleteSeriesModalContent extends Component {
{
deleteFiles &&
<div className={styles.deleteFilesMessage}>
<div>The series folder <strong>{path}</strong> and all it's content will be deleted.</div>
<div>The series folder <strong>{path}</strong> and all of its content will be deleted.</div>
{
!!episodeFileCount &&