Bug 33759: Fix typo 'Thankyou' in sample notices

This fixes the typo 'Thankyou' in some of the sample notices.

To test:
* With the sample data
* Create and run a report:
  SELECT code,content FROM letter where content LIKE "%Thankyou%";
* Verify 3 notices contain 'Thankyou'
* Apply patch
* Drop your database
* Run the web installer
* Run report again, you should no longer get any results

Signed-off-by: Alexander Wagner <alexander.wagner@desy.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 004bde7950)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Katrin Fischer 2023-08-10 13:26:54 +00:00 committed by Fridolin Somers
parent a6e5504aff
commit 587f5b936f

View file

@ -55,12 +55,12 @@ tables:
- "[%- PROCESS 'html_helpers.inc' -%]"
- "Dear [%- INCLUDE 'patron-title.inc' patron => ticket.reporter -%],<br>"
- "<br>"
- "Thankyou for your report concerning [%- INCLUDE 'biblio-title.inc' biblio=ticket.biblio link = 0 -%].<br>"
- "Thank you for your report concerning [%- INCLUDE 'biblio-title.inc' biblio=ticket.biblio link = 0 -%].<br>"
- "<br>"
- "You reported: <br>"
- "[%- ticket.body -%]<br>"
- "<br>"
- "Thankyou"
- "Thank you"
- module: catalogue
code: TICKET_RESOLVE
@ -79,7 +79,7 @@ tables:
- "The following comment was left: <br>"
- "[%- ticket_update.message -%]<br>"
- "<br>"
- "Thankyou"
- "Thank you"
- module: catalogue
code: TICKET_UPDATE
@ -98,7 +98,7 @@ tables:
- "The following comment was left: <br>"
- "[%- ticket_update.message -%]<br>"
- "<br>"
- "Thankyou"
- "Thank you"
- module: catalogue
code: TICKET_NOTIFY