@@ -, +, @@ --- .../data/mysql/en/mandatory/sample_notices.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ a/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1418,15 +1418,15 @@ tables: lang: default content: - "[% USE Koha %]" - - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]." - - "" - - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]" - - "" - - "You can search for all our materials in our catalog." - - "" - - "Your library card number is [% borrower.cardnumber %]" - - "" - - "If you have any problems or questions regarding your account, please contact the library." + - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %].
" + - "
" + - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]
" + - "
" + - "You can search for all our materials in our catalog.
" + - "
" + - "Your library card number is [% borrower.cardnumber %]
" + - "
" + - "If you have any problems or questions regarding your account, please contact the library." - module: members code: 2FA_OTP_TOKEN --