Use more appropriate new comment header string

This commit is contained in:
SilentSpike
2019-02-05 20:44:04 +00:00
parent 5fc87fb0a4
commit c095600635
+1 -1
View File
@@ -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')