Browse Source

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>
21.11/bug30761
Marcel de Rooy 2 years ago
committed by Jonathan Druart
parent
commit
62bda478ab
  1. 2
      installer/data/mysql/en/mandatory/sample_notices.yml
  2. 2
      installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql

2
installer/data/mysql/en/mandatory/sample_notices.yml

@ -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>"

2
installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql

@ -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>

Loading…
Cancel
Save