@@ -, +, @@ the column located on the right-hand side. Click on submit and notice that the message on the screen says "Your concern was sucessfully submitted." spelled correctly. --- koha-tmpl/opac-tmpl/bootstrap/js/modals/catalog_concern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/js/modals/catalog_concern.js +++ a/koha-tmpl/opac-tmpl/bootstrap/js/modals/catalog_concern.js @@ -52,7 +52,7 @@ $(document).ready(function() { $('#addConcernModal').modal('hide'); $('#concern_body').val(''); $('#concern_title').val(''); - $('h1:first').before('
' + __("Your concern was sucessfully submitted.") + '
'); + $('h1:first').before('
' + __("Your concern was successfully submitted.") + '
'); }, error: function(data) { $('#concern-submit-spinner').hide(); --