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>
This commit is contained in:
parent
8d78ba7ff2
commit
004bde7950
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue