Bug 30159: (follow-up) Make warning messages consistent

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Adam Styles 2022-02-24 10:20:51 +11:00 committed by Fridolin Somers
parent 0733ba2075
commit 47e3a0f0be

View file

@ -559,7 +559,7 @@ function PopupMARCFieldDoc(field) {
[% END %]
[% END %]
[% END %]
StrAlert += "<h4>" + _("The following subfields aren't filled:") + "</h4>";
StrAlert += "<h4>" + _("The following mandatory subfields aren't filled:") + "</h4>";
} else {
[% FOREACH BIG_LOO IN BIG_LOOP %]
[% FOREACH innerloo IN BIG_LOO.innerloop %]
@ -574,7 +574,7 @@ function PopupMARCFieldDoc(field) {
[% END %]
[% END %]
[% END %]
StrAlert += "<h4>" + _("A few important fields are not filled:") + "</h4>";
StrAlert += "<h4>" + _("The following important subfields arent filled:") + "</h4>";
notFilledClass = "important_subfield_not_filled";
}
StrAlert += "<ul>";