From 6ff381cb28e4b4681c6a79d2939201181382f9b7 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 8 Feb 2019 17:01:54 -0500 Subject: [PATCH] Drop "from this key" jargon --- data/core.yaml | 2 +- dist/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 0cc322325..702efd306 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -423,7 +423,7 @@ en: role: Role choose: Select feature type results: "{n} results for {search}" - no_documentation_key: There is no documentation available for this key + no_documentation_key: "There is no documentation available." edit_reference: "edit/translate" wiki_reference: View documentation wiki_en_reference: View documentation in English diff --git a/dist/locales/en.json b/dist/locales/en.json index 13463be75..1d2f99e37 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -518,7 +518,7 @@ "role": "Role", "choose": "Select feature type", "results": "{n} results for {search}", - "no_documentation_key": "There is no documentation available for this key", + "no_documentation_key": "There is no documentation available.", "edit_reference": "edit/translate", "wiki_reference": "View documentation", "wiki_en_reference": "View documentation in English",