1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

[file tags] add translation

This commit is contained in:
llj
2017-09-13 16:58:34 +08:00
parent 6fcf0d7848
commit 45e053a2f2

View File

@@ -95,7 +95,8 @@ define([
} else {
$input.show()
.select2({
tags: []
tags: [],
formatNoMatches: gettext("No matches")
})
.select2('data', this.s2_tags);
}