Bugzilla – Attachment 139056 Details for
Bug 31302
Spelling: You can download the scanned materials via the following url(s):
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31302: Fix spelling in sample_notices.yml
Bug-31302-Fix-spelling-in-samplenoticesyml.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2022-08-12 13:55:49 UTC
(
hide
)
Description:
Bug 31302: Fix spelling in sample_notices.yml
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-08-12 13:55:49 UTC
Size:
1.69 KB
patch
obsolete
>From 88d8483e8ff070b9b7b039b741460afd97b9c962 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Tue, 9 Aug 2022 07:26:07 +0000 >Subject: [PATCH] Bug 31302: Fix spelling in sample_notices.yml > >Test plan: >1. Apply patch >2. Confirm 'URL(s)', rather than urls(s), is in the line: >You can download the scanned materials via the following URL(s) > >Sponsored-by: Catalyst IT, New Zealand > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 088c56bbac..95852015f5 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -273,7 +273,7 @@ tables: > - "Notes: <<article_requests.patron_notes>>" > - "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" > - "" >- - "[% IF article_request.format == 'PHOTOCOPY' %]You may pick up your article at [% branch.branchname %].[% ELSIF article_request.format == 'SCAN' %]You can download the scanned materials via the following url(s): [% article_request.urls %].[% END %]" >+ - "[% IF article_request.format == 'PHOTOCOPY' %]You may pick up your article at [% branch.branchname %].[% ELSIF article_request.format == 'SCAN' %]You can download the scanned materials via the following URL(s): [% article_request.urls %].[% END %]" > - "" > - "Thank you!" > >-- >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 31302
:
139010
|
139022
| 139056