1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Translate the noneSelectedText on the groups multiselect

This commit is contained in:
Thomas Müller 2015-07-02 18:04:47 +02:00
parent 663f9a4eaa
commit ad197e5c75

View File

@ -1099,7 +1099,7 @@ OC.Contacts = OC.Contacts || {};
self.$groupSelect.multiselect({
header: false,
selectedList: 3,
noneSelectedText: self.$groupSelect.attr('title'),
noneSelectedText: t('contacts', 'Select groups'),
selectedText: t('contacts', '# groups'),
minWidth: 300
});