Bug 29460: Fix typo 'pendin g approval'

Test plan:
Apply and git grep for it.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Marcel de Rooy 2021-11-12 07:47:48 +00:00 committed by Jonathan Druart
parent 90c87b2ab2
commit 62bda478ab
2 changed files with 2 additions and 2 deletions

View file

@ -1360,7 +1360,7 @@ tables:
message_transport_type: email
lang: default
content:
- "<h3>Suggestion pendin g approval</h3>"
- "<h3>Suggestion pending approval</h3>"
- " <p><h4>Suggested by</h4>"
- " <ul>"
- " <li><<borrowers.firstname>> <<borrowers.surname>></li>"

View file

@ -27,7 +27,7 @@ VALUES
('members', 'PROBLEM_REPORT','OPAC problem report','OPAC problem report','Username: <<problem_reports.username>>\n\nProblem page: <<problem_reports.problempage>>\n\nTitle: <<problem_reports.title>>\n\nMessage: <<problem_reports.content>>','email');
INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type)
VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Suggestion pendin g approval</h3>
VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Suggestion pending approval</h3>
<p><h4>Suggested by</h4>
<ul>
<li><<borrowers.firstname>> <<borrowers.surname>></li>