Bug 25387: (follow-up) Slightly change wording of alert

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 1004d47d00)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 3dc5bd07d5)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: wainuiwitikapark <wainuiwitikapark@catalyst.net.nz>
This commit is contained in:
Katrin Fischer 2024-06-27 07:03:20 +00:00 committed by wainuiwitikapark
parent b084bd374c
commit a6242f8165

View file

@ -112,7 +112,7 @@ div#result { margin-top: 1em; }
<input type="hidden" name="frameworkcode" value="[% framework | html %]" />
[% IF multipleauthtypes %]
<div class="dialog alert multiple-auth-types">Multiple authority types are used. There may be a data loss while merging.</div>
<div class="dialog alert multiple-auth-types">Multiple authority types are used. There may be data loss when merging.</div>
[% END %]
<fieldset class="action"><input type="submit" name="merge" class="btn btn-primary" value="Merge" /></fieldset>