]> git.mxchange.org Git - jjobs-war.git/commitdiff
really no more cellphone ... :-/ Let's hope it.
authorRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 00:20:36 +0000 (02:20 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 00:20:36 +0000 (02:20 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/admin/mobile/admin_contact_mobile_list.xhtml

index 0bb869eda4d0b53da294a521e691e4855f46d069..68135cab2f3dcbe332c98ddf6144d8f142b303b9 100644 (file)
@@ -791,6 +791,6 @@ BUTTON_USER_CHANGE_PASSWORD=Passwort \u00e4ndern
 ADMIN_LINK_SHOW_CONTACT_DATA=Kontaktdaten anzeigen
 ERROR_USER_PASSWORD_TO_WEAK=Das eingegebene Passwort ist zu schwach. Bitte geben Sie Bustaben, Zahlen und Sonderzeichen ein, um ein sicheres Passwort zu erstellen.
 ERROR_GUEST_REGISTRATION_IN_INDEX_ENABLED=Fehler: Anmeldeseite ist die Eingangsseite, nicht die Anmeldeseite.
-ERROR_ADMIN_BEAN_CELLPHONE_NUMBER_NOT_SET=Fehler: Instanz 'cellPhone' in administrativer Bean nicht gesetzt.
+ERROR_ADMIN_BEAN_MOBILE_NUMBER_NOT_SET=Fehler: Instanz 'cellPhone' in administrativer Bean nicht gesetzt.
 CONTENT_TITLE_ADMIN_LIST_CONTACT_CELLPHONE=Mobiltelefonnummern auflisten:
 LOGIN_ENTER_CURRENT_PASSWORD=Aktuelles Passwort eingeben:
index 5e96f696f76bce881b0703da3342947dc8aa2e80..25acb8bbb5d4bbceafb38307cabe69bed7cb82b7 100644 (file)
@@ -793,6 +793,6 @@ BUTTON_USER_CHANGE_PASSWORD=Change password
 ADMIN_LINK_SHOW_CONTACT_DATA=Show contact data
 ERROR_USER_PASSWORD_TO_WEAK=Your entered password is to weak. Please enter letters, numbers and special characters to create a secure password.
 ERROR_GUEST_REGISTRATION_IN_INDEX_ENABLED=Error: Registration page is index, not the registration page.
-ERROR_ADMIN_BEAN_CELLPHONE_NUMBER_NOT_SET=Error: Instance 'cellPhone' in administrative bean not set.
+ERROR_ADMIN_BEAN_MOBILE_NUMBER_NOT_SET=Error: Instance 'cellPhone' in administrative bean not set.
 CONTENT_TITLE_ADMIN_LIST_CONTACT_CELLPHONE=List mobile phone numbers:
 LOGIN_ENTER_CURRENT_PASSWORD=Enter current password:
index 17b42720b836e9fea46b63126c77c8496e0c1c85..d4e1d24c42b7ff7173066b348f52b06c893198b2 100644 (file)
@@ -20,7 +20,7 @@
                        <h:dataTable id="table_list_mobiles" var="mobile" value="#{phoneController.allCellphones()}" styleClass="table_big" headerClass="table_header_column" summary="#{msg.TABLE_SUMMARY_ADMIN_LIST_CELLPHONES}" rendered="#{not phoneController.allCellphones().isEmpty()}">
                                <h:column>
                                        <f:facet name="header">
-                                               <h:outputText value="#{msg.ADMIN_SHOW_CELLPHONE_ID}" />
+                                               <h:outputText value="#{msg.ADMIN_SHOW_MOBILE_ID}" />
                                        </f:facet>
                                </h:column>
                        </h:dataTable>