From c2a0a29e7f7b6fac4842ebf5ea67bcc829ec9ea2 Mon Sep 17 00:00:00 2001 From: Joris Tirado Date: Thu, 11 Oct 2018 11:41:30 -0700 Subject: [PATCH] UI-3178: Replace hard-coded string by i18n reference (#85) * Use i18n reference instead of hard-coded strings * Add German translation for new string --- i18n/de-DE.json | 1 + i18n/en-US.json | 1 + submodules/users/views/feature-call_forward.html | 12 +++++++++--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/i18n/de-DE.json b/i18n/de-DE.json index 6935bb4..1de84ba 100644 --- a/i18n/de-DE.json +++ b/i18n/de-DE.json @@ -571,6 +571,7 @@ "uploadPicture": "Ein Bild hochladen", "user": "Benutzer", "call_forward": { + "failoverMode": "Im Fehlerfall", "directCallsOnly": "Nur Direktanrufe weiterleiten", "headline": "Einstellungen zur Weiterleitung von Benutzeranrufen", "keepCallerId": "Ursprüngliche Anrufer-ID speichern", diff --git a/i18n/en-US.json b/i18n/en-US.json index f604cb1..00741f1 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -579,6 +579,7 @@ "uploadPicture": "Upload a Picture", "user": "User", "call_forward": { + "failoverMode": "Failover Mode", "directCallsOnly": "Forward direct calls only", "headline": "User Call Forwarding Settings", "keepCallerId": "Keep Original Caller-ID", diff --git a/submodules/users/views/feature-call_forward.html b/submodules/users/views/feature-call_forward.html index c05c8ee..b9dd990 100644 --- a/submodules/users/views/feature-call_forward.html +++ b/submodules/users/views/feature-call_forward.html @@ -6,9 +6,15 @@ {{ i18n.users.call_forward.headline }}
- - - + + +