Bugzilla – Attachment 154360 Details for
Bug 33759
Typo: Thankyou
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33759: Fix typo 'Thankyou' in sample notices
Bug-33759-Fix-typo-Thankyou-in-sample-notices.patch (text/plain), 2.19 KB, created by
Alexander Wagner
on 2023-08-11 11:32:04 UTC
(
hide
)
Description:
Bug 33759: Fix typo 'Thankyou' in sample notices
Filename:
MIME Type:
Creator:
Alexander Wagner
Created:
2023-08-11 11:32:04 UTC
Size:
2.19 KB
patch
obsolete
>From 17dc2ffd9082ecd37b2afb449e15e38f23ca0d4e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Thu, 10 Aug 2023 13:26:54 +0000 >Subject: [PATCH] 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> >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 3b0892188b..28c482bf9a 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -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 >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33759
:
154358
|
154360
|
154789