From f3fd92d32ed60626a4eb9ee7a9cd0ab16ca584ee Mon Sep 17 00:00:00 2001 From: Adam Styles Date: Thu, 24 Feb 2022 10:20:51 +1100 Subject: [PATCH] Bug 30159: (follow-up) Make warning messages consistent Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt index b81b909eef..53ea9e5d7e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -559,7 +559,7 @@ function PopupMARCFieldDoc(field) { [% END %] [% END %] [% END %] - StrAlert += "

" + _("The following subfields aren't filled:") + "

"; + StrAlert += "

" + _("The following mandatory subfields aren't filled:") + "

"; } else { [% FOREACH BIG_LOO IN BIG_LOOP %] [% FOREACH innerloo IN BIG_LOO.innerloop %] @@ -574,7 +574,7 @@ function PopupMARCFieldDoc(field) { [% END %] [% END %] [% END %] - StrAlert += "

" + _("A few important fields are not filled:") + "

"; + StrAlert += "

" + _("The following important subfields aren’t filled:") + "

"; notFilledClass = "important_subfield_not_filled"; } StrAlert += "