From 149e1b3e4d1232cf10ee185585c92860cd67f5ee Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 11 Feb 2019 11:41:18 -0500 Subject: [PATCH] Removed unused string --- data/core.yaml | 2 -- dist/locales/en.json | 3 --- modules/ui/issues.js | 2 ++ 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 975e7e1dd..510aeab94 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1176,8 +1176,6 @@ en: no_issues: message: Everything looks fine. info: Any issues will show up here as you edit. - options: - title: Options almost_junction: message: "{feature} is very close but not connected to {feature2}." highway-highway: diff --git a/dist/locales/en.json b/dist/locales/en.json index 0dddd321e..cac809673 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1426,9 +1426,6 @@ "message": "Everything looks fine.", "info": "Any issues will show up here as you edit." }, - "options": { - "title": "Options" - }, "almost_junction": { "message": "{feature} is very close but not connected to {feature2}.", "highway-highway": { diff --git a/modules/ui/issues.js b/modules/ui/issues.js index fbb63f5ef..f23da1cd3 100644 --- a/modules/ui/issues.js +++ b/modules/ui/issues.js @@ -366,6 +366,8 @@ export function uiIssues(context) { // options /* // add this back to core.yaml when re-enabling the options + options: + title: Options features_to_validate: edited: description: Edited features only