@@ -, +, @@ Hint: you can use the buttons to add example JSON to the input fields --- .../intranet-tmpl/prog/en/modules/admin/identity_providers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt @@ -448,7 +448,7 @@ "data": function( row, type, val, meta ) { var result = ' '+_("Edit")+''+"\n"; result += ' '+_("Delete")+''+"\n"; - result += ' '+_("Manage Domains")+''; + result += ' '+_("Manage domains")+''; return result; }, "searchable": false, --