From c095600635c7da644548baf9b99138093bc57cb4 Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Tue, 5 Feb 2019 20:44:04 +0000 Subject: [PATCH] Use more appropriate new comment header string --- modules/ui/improveOSM_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/improveOSM_editor.js b/modules/ui/improveOSM_editor.js index cd43541b7..54699067f 100644 --- a/modules/ui/improveOSM_editor.js +++ b/modules/ui/improveOSM_editor.js @@ -104,7 +104,7 @@ export function uiImproveOsmEditor(context) { saveSectionEnter .append('h4') .attr('class', '.error-save-header') - .text(t('QA.keepRight.comment')); + .text(t('note.newComment')); saveSectionEnter .append('textarea')