Skip to content

Commit 39b90c8

Browse files
Integralobuchtala
authored andcommitted
use i18n
1 parent e039453 commit 39b90c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tags/tags/TagsTool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ EditTagsPrompt.Prototype = function() {
128128

129129

130130
el.append([
131-
$$('div').addClass('se-prompt-title').append(this.i18n.t('Tags')),
131+
$$('div').addClass('se-prompt-title').append(this.i18n.t('tags.title')),
132132
tagsWidget,
133133
$$('input').attr({type: 'text', placeholder: 'Add tag'})
134134
.ref('tags')

0 commit comments

Comments
 (0)