diff --git a/data/core.yaml b/data/core.yaml index ebec1d8f9..619f13b30 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -718,7 +718,7 @@ en: 72: description: 'This node is not member of any way and doesn''t have any tags.' 73: - description: 'This way has a "tracktype" tag but no "highway" tag.' + description: 'This way has a "{var1}" tag but no "highway" tag.' 74: description: 'This {var1} has an empty tag: "{var2}".' 75: diff --git a/data/keepRight.json b/data/keepRight.json index e9a168260..a5ef35c71 100644 --- a/data/keepRight.json +++ b/data/keepRight.json @@ -68,7 +68,8 @@ "73": { "title": "", "severity": "error", - "description": "This way has a tracktype tag but no highway tag" + "description": "This way has a $1 tag but no highway tag", + "regex": "has a (.+) tag" }, "74": { "title": "missing tags", diff --git a/dist/locales/en.json b/dist/locales/en.json index e4b68378b..7ffd79d99 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -870,7 +870,7 @@ "description": "This node is not member of any way and doesn't have any tags." }, "73": { - "description": "This way has a \"tracktype\" tag but no \"highway\" tag." + "description": "This way has a \"{var1}\" tag but no \"highway\" tag." }, "74": { "description": "This {var1} has an empty tag: \"{var2}\"."