From 5c9d28ce3db0bd55fa715b338d3adb8f0bf0b9ed 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 Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b3d8941c34887b34c69edac8f33b7de179d96267) Signed-off-by: Lucas Gass (cherry picked from commit 528bb4af5390cbaa145bf7ef8c2a27e0e59e7587) Signed-off-by: Arthur Suzuki --- 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 96995aba54..66f11341d4 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -271,7 +271,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.39.5