From c989f2bc09c8bc816e58f24783db40eefc61c24a Mon Sep 17 00:00:00 2001 From: hybridvision Date: Sat, 15 Jul 2023 21:01:26 +0200 Subject: [PATCH] Grammar fixes (#29) * Update seo_basic.yaml Fix grammar mistakes * Update seo_open_graph.yaml Fix grammar mistakes --- resources/fieldsets/seo_basic.yaml | 4 ++-- resources/fieldsets/seo_open_graph.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/fieldsets/seo_basic.yaml b/resources/fieldsets/seo_basic.yaml index 6178104..7b17fac 100644 --- a/resources/fieldsets/seo_basic.yaml +++ b/resources/fieldsets/seo_basic.yaml @@ -9,7 +9,7 @@ fields: listable: hidden display: 'Page title' character_limit: 70 - instructions: 'This entries title, defaults to title and site name.' + instructions: "This entry's title, defaults to title and site name." - handle: seo_description field: common.text_plain @@ -17,4 +17,4 @@ fields: listable: hidden display: 'Meta description' character_limit: '160' - instructions: 'This entries meta description. Max 160 characters.' + instructions: "This entry's meta description. Max 160 characters." diff --git a/resources/fieldsets/seo_open_graph.yaml b/resources/fieldsets/seo_open_graph.yaml index 90ecd7b..c2f6f66 100644 --- a/resources/fieldsets/seo_open_graph.yaml +++ b/resources/fieldsets/seo_open_graph.yaml @@ -8,14 +8,14 @@ fields: localizable: true listable: hidden display: 'Social title' - instructions: 'This entries OG title, defaults to custom SEO title and title.' + instructions: "This entry's OG title, defaults to custom SEO title and title." - handle: og_description field: common.text_plain config: listable: hidden display: 'Social description' - instructions: 'This entries OG description, defaults to meta description.' + instructions: "This entry's OG description, defaults to meta description." width: 100 - handle: og_image @@ -25,7 +25,7 @@ fields: container: social_images listable: true display: 'Social image' - instructions: 'This entries OG image. Defaults to global site OG image. The recommended size is 1200px x 630px. The image will be focal cropped to this dimension.' + instructions: "This entry's OG image. Defaults to global site OG image. The recommended size is 1200px x 630px. The image will be focal cropped to this dimension." instructions_position: below width: 50 - @@ -36,6 +36,6 @@ fields: container: social_images listable: hidden display: 'Twitter image' - instructions: 'This entries Twitter image. Defaults to global site Twitter image. Images should have an aspect ratio of 2:1 with minimum dimensions of 300x157. This image will be focal cropped to this dimension.' + instructions: "This entry's Twitter image. Defaults to global site Twitter image. Images should have an aspect ratio of 2:1 with minimum dimensions of 300x157. This image will be focal cropped to this dimension." instructions_position: below width: 50