From be71aea458388263921f7ed2feed92a2b0ad707b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 27 Apr 2021 15:28:34 +0200 Subject: [PATCH] Bug 15986: Remove \r from HOLD_REMINDER in the yml To prevent the following errors on `gulp po:update` misc/translator/Koha-installer.pot:952: warning: internationalized messages should not contain the '\r' escape sequence --- installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 6ab2d387846..3d62a9ab3e6 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1253,7 +1253,7 @@ tables: message_transport_type: email lang: default content: - - "Dear [% borrower.firstname %] [% borrower.surname %],\r\n\r\nThe following holds are waiting at [% branch.branchname %]:\r\n\\r\n[% FOREACH hold IN holds %]\r\n [% hold.biblio.title %] : waiting since [% hold.waitingdate | $KohaDates %]\r\n[% END %]" + - "Dear [% borrower.firstname %] [% borrower.surname %],\n\nThe following holds are waiting at [% branch.branchname %]:\n\n[% FOREACH hold IN holds %]\n [% hold.biblio.title %] : waiting since [% hold.waitingdate | $KohaDates %]\n[% END %]" - module: serial code: SERIAL_ALERT -- 2.20.1