##// END OF EJS Templates
i18n: fixed wrong i18n call in users table.
marcink -
r529:4e68a729 default
parent child Browse files
Show More
@@ -106,7 +106,7 b''
106 ],
106 ],
107 language: {
107 language: {
108 paginate: DEFAULT_GRID_PAGINATION,
108 paginate: DEFAULT_GRID_PAGINATION,
109 emptyTable: _gettext("No user_gettext(s available yet.")
109 emptyTable: _gettext("No users available yet.")
110 },
110 },
111 "initComplete": function( settings, json ) {
111 "initComplete": function( settings, json ) {
112 get_datatable_count();
112 get_datatable_count();
General Comments 0
You need to be logged in to leave comments. Login now