1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +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 { } else {
$input.show() $input.show()
.select2({ .select2({
tags: [] tags: [],
formatNoMatches: gettext("No matches")
}) })
.select2('data', this.s2_tags); .select2('data', this.s2_tags);
} }