mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Fix grammar and punctuation in DeleteSeriesModalContent
This commit is contained in:
committed by
Mark McDowall
parent
5c258797ec
commit
7ce8bac3ea
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user