From 159fc41f405704937fe706915184a0574902508b Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 17 Jun 2020 14:24:22 +0100 Subject: [PATCH] FIX: Restore missing translation keys These were accidentally removed/renamed in 5bfe1ee4 --- config/locales/client.en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 7e368a8d456..febb6a61ac7 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1131,7 +1131,8 @@ en: set_primary: "Set Primary Email" destroy: "Remove Email" add_email: "Add Alternate Email" - ssDestroy_override_instructions: "Email can be updated from SSO provider." + sso_override_instructions: "Email can be updated from SSO provider." + no_secondary: "No secondary emails" instructions: "Never shown to the public." ok: "We will email you to confirm" required: "Please enter an email address"