From 6e3127dad832d30c9e82efc4a03db583ca092f64 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 17 Mar 2021 11:03:55 +0100 Subject: [PATCH] Add missing translation for activating internal users --- config/locales/de.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index 1608edb4..12621df7 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -520,6 +520,7 @@ de: regular_expression: Dieser reguläre Ausdruck wird auf die Fehlermeldung angewendet, um relevante Bezeicher zu extrahieren. internal_users: index: + activate: Aktivieren forgot_password: Passwort zurücksetzen activate: headline: Registrierung abschließen diff --git a/config/locales/en.yml b/config/locales/en.yml index 0ea6d848..e39e30c2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -520,6 +520,7 @@ en: regular_expression: This regular expression is used to extract relevant identifiers from the error message. internal_users: index: + activate: Activate forgot_password: Reset Password activate: headline: Complete Registration