From 205890370ed3fc0e6430810301ff7d10dab6f399 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 21 Jul 2017 10:40:29 -0400 Subject: [PATCH] Change caption for content field from "Contents" to "Content" (closes #4169) --- data/presets.yaml | 2 +- data/presets/fields.json | 2 +- data/presets/fields/content.json | 2 +- dist/locales/en.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 1cbb6898a..764e303f8 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -344,7 +344,7 @@ en: placeholder: 'http://example.com/' content: # content=* - label: Contents + label: Content country: # country=* label: Country diff --git a/data/presets/fields.json b/data/presets/fields.json index c2c669ba8..cbc976f48 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -446,7 +446,7 @@ "content": { "key": "content", "type": "combo", - "label": "Contents" + "label": "Content" }, "country": { "key": "country", diff --git a/data/presets/fields/content.json b/data/presets/fields/content.json index d338fae5d..e3710937b 100644 --- a/data/presets/fields/content.json +++ b/data/presets/fields/content.json @@ -1,5 +1,5 @@ { "key": "content", "type": "combo", - "label": "Contents" + "label": "Content" } diff --git a/dist/locales/en.json b/dist/locales/en.json index c92096ed7..cab497877 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1358,7 +1358,7 @@ "placeholder": "http://example.com/" }, "content": { - "label": "Contents" + "label": "Content" }, "country": { "label": "Country"