diff options
author | Peter Kozak <spag@golwen.net> | 2013-05-23 11:47:23 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-05-23 11:47:23 +0200 |
commit | e5d047eaf6d4c9f138fce801f4d9b790e7e8a7e6 (patch) | |
tree | 8d501fafbbab40ee40deb0ef68d742c057be48e6 /config/locales/views/call_forwards/en.yml | |
parent | 6d53887d83c00b187c297ad5dd74ef8fd19ff87c (diff) |
JavaSctipt added to CallForward view
Diffstat (limited to 'config/locales/views/call_forwards/en.yml')
-rw-r--r-- | config/locales/views/call_forwards/en.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/views/call_forwards/en.yml b/config/locales/views/call_forwards/en.yml index 711f357..eb68979 100644 --- a/config/locales/views/call_forwards/en.yml +++ b/config/locales/views/call_forwards/en.yml @@ -56,6 +56,12 @@ en: destination: label: 'Destination' hint: 'Depends on type specified above: e.g. phone number (+15551234567 or 42), voicemail greeting (greeting_12345)' + destination_phone_number: + label: 'Phone Number' + hint: 'Phone number (e.g. +15551234567 or 42)' + destination_greeting: + label: 'Greeting' + hint: 'Voicemail greeting' call_forwarding_destination: label: 'Destination Type' hint: 'Select destination and enter additinal information (e.g. phone number) below' |