@@ -, +, @@ - Go to administration > authorised values - Check the note showing on the page - Select a category from the pull down and edit an existing entry - Check the note on this page is also correct --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -69,7 +69,7 @@ $(document).ready(function() { [% IF ( action_add_category ) %]New category[% END %] - [% IF ( action_modify ) %]
NOTE: If you change an authorized value, existing records using it won't be updated.
[% END %] + [% IF ( action_modify ) %]
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% END %]
@@ -188,7 +188,7 @@ $(document).ready(function() {

Authorized values

-
NOTE: If you change an authorized value, existing records using it won't be updated.
+
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% IF ( duplicate_category ) %]
Could not add value "[% duplicate_value %]" for category "[% duplicate_category %]" — value already present. --