diff --git a/resources/views/twill/articles/form.blade.php b/resources/views/twill/articles/form.blade.php index 70f25d5c5..11f777d9c 100644 --- a/resources/views/twill/articles/form.blade.php +++ b/resources/views/twill/articles/form.blade.php @@ -99,7 +99,7 @@ @formField('checkbox', [ 'name' => 'is_unlisted', - 'label' => 'Don\'t show this article in listings', + 'label' => "Don't show this article in listings", ]) @formField('checkbox', [ diff --git a/resources/views/twill/experiences/form.blade.php b/resources/views/twill/experiences/form.blade.php index 78829d01a..4477a4fd4 100644 --- a/resources/views/twill/experiences/form.blade.php +++ b/resources/views/twill/experiences/form.blade.php @@ -64,7 +64,7 @@ @formField('checkbox', [ 'name' => 'is_unlisted', - 'label' => 'Don\'t show this experience in listings', + 'label' => "Don't show this experience in listings", ]) @formField('checkbox', [ diff --git a/resources/views/twill/highlights/form.blade.php b/resources/views/twill/highlights/form.blade.php index 6a2b1aef4..3b3a34913 100644 --- a/resources/views/twill/highlights/form.blade.php +++ b/resources/views/twill/highlights/form.blade.php @@ -52,7 +52,7 @@ @formField('checkbox', [ 'name' => 'is_unlisted', - 'label' => 'Don\'t show this highlight in listings', + 'label' => "Don't show this highlight in listings", ]) @formField('checkbox', [ diff --git a/resources/views/twill/magazineIssues/form.blade.php b/resources/views/twill/magazineIssues/form.blade.php index 36c0cbcf9..3a060ccdb 100644 --- a/resources/views/twill/magazineIssues/form.blade.php +++ b/resources/views/twill/magazineIssues/form.blade.php @@ -74,7 +74,7 @@ 'name' => 'welcome_note_display', 'label' => 'Preview text', 'maxlength' => 255, - 'note' => 'If empty, we use the article\'s "List description"', + 'note' => "If empty, we use the article's \"List description\"", 'toolbarOptions' => [ 'italic' ], @@ -83,7 +83,7 @@ @formField('input', [ 'name' => 'welcome_note_author_override', 'label' => 'Author override', - 'note' => 'If empty, we use the article\'s author logic' + 'note' => "If empty, we use the article's author logic" ]) diff --git a/resources/views/twill/pressReleases/form.blade.php b/resources/views/twill/pressReleases/form.blade.php index b08809e22..660dd9bd8 100644 --- a/resources/views/twill/pressReleases/form.blade.php +++ b/resources/views/twill/pressReleases/form.blade.php @@ -40,7 +40,7 @@ @formField('checkbox', [ 'name' => 'is_unlisted', - 'label' => 'Don\'t show this press release in listings', + 'label' => "Don't show this press release in listings", ]) @formField('block_editor', [