mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 10:22:35 +02:00
Add lang attribute to more labels (re: #7963)
This commit is contained in:
@@ -10,8 +10,7 @@ export function modeAddNote(context) {
|
||||
var mode = {
|
||||
id: 'add-note',
|
||||
button: 'note',
|
||||
title: t('modes.add_note.title'),
|
||||
description: t('modes.add_note.description'),
|
||||
description: t.html('modes.add_note.description'),
|
||||
key: t('modes.add_note.key')
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user