diff options
author | spag <spag@golwen.net> | 2012-12-27 14:09:53 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2012-12-27 14:09:53 +0100 |
commit | b76b13bff13cd6bcb2d543386cae9868cd4d882f (patch) | |
tree | 776c5735cdb4d162b8085c52fabd88bb1f8f2b13 /config/locales/views/phones/en.yml | |
parent | 98fe29192d3fb3f79ad8913b73c89b6e7f234eb4 (diff) |
Fallback sip account in phone views
Diffstat (limited to 'config/locales/views/phones/en.yml')
-rw-r--r-- | config/locales/views/phones/en.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/views/phones/en.yml b/config/locales/views/phones/en.yml index afcf9b5..a441e34 100644 --- a/config/locales/views/phones/en.yml +++ b/config/locales/views/phones/en.yml @@ -33,6 +33,7 @@ en: http_password: 'http password' nightly_reboot: 'Nightly reboot' provisioning_key_active: 'Provisioning key active' + fallback_sip_account_id: 'Fallback SIP Account' actions: confirm: 'Are you sure you want to delete this phone?' destroy: 'Delete phone' @@ -71,6 +72,9 @@ en: provisioning_key_active: label: 'Provisioning key active' hint: '' + fallback_sip_account_id: + label: 'Fallback SIP Account' + hint: '' button: 'Submit' sip_accounts: title: 'Listing of connected SIP accounts' |