add note about tags to prompt
This commit is contained in:
parent
3f181fa370
commit
d50a692986
@ -162,6 +162,7 @@ define(function () {
|
|||||||
out.tags_title = "Tags (for you only)";
|
out.tags_title = "Tags (for you only)";
|
||||||
out.tags_add = "Update this page's tags";
|
out.tags_add = "Update this page's tags";
|
||||||
out.tags_searchHint = "Find files by their tags by searching in your CryptDrive";
|
out.tags_searchHint = "Find files by their tags by searching in your CryptDrive";
|
||||||
|
out.tags_notShared = "Your tags are not shared with other users";
|
||||||
|
|
||||||
out.tags_duplicate = "Duplicate tag: {0}";
|
out.tags_duplicate = "Duplicate tag: {0}";
|
||||||
|
|
||||||
|
|||||||
@ -178,10 +178,14 @@ define([
|
|||||||
|
|
||||||
var tagger = dialog.frame([
|
var tagger = dialog.frame([
|
||||||
dialog.message([
|
dialog.message([
|
||||||
|
h('ul', [
|
||||||
Messages.tags_add,
|
Messages.tags_add,
|
||||||
h('p', Messages.tags_searchHint)
|
h('br'),
|
||||||
|
Messages.tags_searchHint,
|
||||||
|
]),
|
||||||
]),
|
]),
|
||||||
input,
|
input,
|
||||||
|
h('center', h('small', Messages.tags_notShared)),
|
||||||
dialog.nav(),
|
dialog.nav(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user