We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e039453 commit 39b90c8Copy full SHA for 39b90c8
1 file changed
tags/tags/TagsTool.js
@@ -128,7 +128,7 @@ EditTagsPrompt.Prototype = function() {
128
129
130
el.append([
131
- $$('div').addClass('se-prompt-title').append(this.i18n.t('Tags')),
+ $$('div').addClass('se-prompt-title').append(this.i18n.t('tags.title')),
132
tagsWidget,
133
$$('input').attr({type: 'text', placeholder: 'Add tag'})
134
.ref('tags')
0 commit comments