Add lang attribute to more labels (re: #7963)

This commit is contained in:
Quincy Morgan
2020-09-23 10:44:38 -04:00
parent 4600ab596f
commit 9da4c4bb62
25 changed files with 55 additions and 52 deletions
+1 -2
View File
@@ -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')
};