diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-26 22:44:11 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-26 22:44:11 +0100 |
commit | 5e83f10c186d403a7dfe1d35afd1b64a5935a8ec (patch) | |
tree | a6aea02e50daee2a8e71b313cd22306e74e4290f /config | |
parent | f227929c14cc4edb1c646094f793894d47e2bdb3 (diff) |
Display the user and password for the phone's WebGUI.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/views/phones/de.yml | 4 | ||||
-rw-r--r-- | config/locales/views/phones/en.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/views/phones/de.yml b/config/locales/views/phones/de.yml index 19fab87..8fe6ba8 100644 --- a/config/locales/views/phones/de.yml +++ b/config/locales/views/phones/de.yml @@ -12,8 +12,8 @@ de: hot_deskable: 'Hot-Desk fähig' ip_address: 'IP-Adresse' last_ip_address: 'Letzte IP-Adresse' - http_user: 'http user' - http_password: 'http password' + http_user: 'Phone WebGUI Username' + http_password: 'Phone WebGUI Passwort' nightly_reboot: 'Nachts automatischer Reboot' provisioning_key_active: 'Provisioning Schlüssel aktiv' actions: diff --git a/config/locales/views/phones/en.yml b/config/locales/views/phones/en.yml index eb05229..1f39f04 100644 --- a/config/locales/views/phones/en.yml +++ b/config/locales/views/phones/en.yml @@ -12,8 +12,8 @@ en: hot_deskable: 'Hot-deskable' ip_address: 'IP address' last_ip_address: 'Last IP address' - http_user: 'http user' - http_password: 'http password' + http_user: 'Phone WebGUI username' + http_password: 'Phone WebGUI password' nightly_reboot: 'Nightly reboot' actions: confirm_destroy: 'Are you sure you want to delete this phone?' |