@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/datatables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js +++ a/koha-tmpl/intranet-tmpl/prog/js/datatables.js @@ -818,7 +818,7 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { { className: "dt_button_configure_table", titleAttr: __("Configure this table"), - text: ' ' + __("Configure this table") + '', + text: ' ' + __("Configure") + '', action: function() { window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '&page=' + table_settings['page'] + '&table=' + table_settings['table']; }, --