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/locales/views/phones/en.yml | |
parent | f227929c14cc4edb1c646094f793894d47e2bdb3 (diff) |
Display the user and password for the phone's WebGUI.
Diffstat (limited to 'config/locales/views/phones/en.yml')
-rw-r--r-- | config/locales/views/phones/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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?' |