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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user