@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -462,7 +462,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
[% SWITCH m.code %] [% CASE 'already_exists' %] - The suggestion has not been inserted. The same suggestion already exists (see the suggestion) + The suggestion has not been added. A suggestion with this title already exists (suggestion #[% m.id %]) [% CASE %] [% m.code %] [% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -115,7 +115,7 @@
[% SWITCH m.code %] [% CASE 'already_exists' %] - The suggestion has not been inserted. The same suggestion already exists. + The suggestion has not been added. A suggestion with this title already exists. [% CASE 'success_on_inserted' %] Your suggestion has been submitted. [% CASE %] --