From 5a72f3baea9728d70fa2b1ba02e6989f0ccd20b7 Mon Sep 17 00:00:00 2001 From: Jakub Novotny Date: Wed, 18 May 2016 16:45:23 +0100 Subject: [PATCH] Change copy for technical support flash message --- config/locales/en.yml | 2 -- config/locales/en_help_requests.yml | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 179d20761..01173e902 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -7,8 +7,6 @@ en: visuallyhidden: 'Errors are listed as links below, click to select the field that needs correcting.' errors: combined_other_payments_invalid: 'Enter the amount of your income' - help_requests: - success: 'Thank you we will call you back during the next working day between 9am and 5pm.' activemodel: attributes: forms/income: diff --git a/config/locales/en_help_requests.yml b/config/locales/en_help_requests.yml index 5ca1fad84..49061e721 100644 --- a/config/locales/en_help_requests.yml +++ b/config/locales/en_help_requests.yml @@ -6,5 +6,6 @@ en: line_1: "Enter your name, telephone number and a brief description of what you need help with. We'll get back to you during the next working day between 9am and 5pm." line_2: "We’ll only use your details to call you back. Don’t include any personal information, for example address or date of birth." layout_nudge: - text_html: "If you need help with using the online service, we can offer %{link}" + text_html: "If you need help with using the online service, we can offer %{link}." link: "technical help" + success: "Thank you we will call you back during the next working day between 8am and 6pm."