From 7ab9eef031275d7fffaa155619b536ae7e200417 Mon Sep 17 00:00:00 2001 From: Alex Buckley 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 --- 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 088c56bbac4..95852015f57 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: <>" - "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.20.1