From 5460a70b1cdf0792b220b295d3a02650379914f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 9 Aug 2016 16:32:18 +0200 Subject: [PATCH] Some fixes: (please cherry-pick) - added missing i18n strings - changed i18n string --- src/java/org/mxchange/localization/bundle_de_DE.properties | 1 + src/java/org/mxchange/localization/bundle_en_US.properties | 1 + web/admin/cellphone/admin_cellphone_edit.xhtml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index b6c2ebf8..9aff8da2 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -613,3 +613,4 @@ ADMIN_EDIT_CELLPHONE_NUMBER=Rufnummer \u00e4ndern: BUTTON_ADMIN_EDIT_CELLPHONE=Mobiltelefonnumer \u00e4ndern ADMIN_LINK_LOCK_USER=Benutzeraccount sperren ADMIN_LINK_LOCK_USER_TITLE=Sperren von freigeschalteten Benutzeraccounts, mit Angabe eines Sperrgrundes. +ADMIN_CELLPHONE_DATA_LEGEND_TITLE=Mobilfunknummer und -anbieter ab\u00e4ndern. diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 5770e94f..f0707069 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -613,3 +613,4 @@ ADMIN_EDIT_CELLPHONE_NUMBER=Change call number: BUTTON_ADMIN_EDIT_CELLPHONE=Edit cell phone number ADMIN_LINK_LOCK_USER=Lock user account ADMIN_LINK_LOCK_USER_TITLE=Locking of confirmed user account with lock reason. +ADMIN_CELLPHONE_DATA_LEGEND_TITLE=Change cell phone number and provider. diff --git a/web/admin/cellphone/admin_cellphone_edit.xhtml b/web/admin/cellphone/admin_cellphone_edit.xhtml index b263f958..c31f08ea 100644 --- a/web/admin/cellphone/admin_cellphone_edit.xhtml +++ b/web/admin/cellphone/admin_cellphone_edit.xhtml @@ -22,7 +22,7 @@
- #{msg.ADMIN_EDIT_PHONE_TITLE} + #{msg.ADMIN_EDIT_CELLPHONE_TITLE}
-- 2.39.5