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> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
25de03ab10
commit
b3d8941c34
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||
|
||||
|
|
Loading…
Reference in a new issue