diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-28 11:09:39 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-28 11:09:39 +0100 |
commit | bcdd0a3584f23438257619ee4081949c1e653c91 (patch) | |
tree | 3dbdf93b00b39ab77ff520fe68f05847d59e46bb /config/locales/views/call_routes/en.yml | |
parent | cdde455a50df5de70ee3d84ce66733e8769db05f (diff) | |
parent | 553115fd50ef3c35d961fa98abfd593386da5c94 (diff) |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'config/locales/views/call_routes/en.yml')
-rw-r--r-- | config/locales/views/call_routes/en.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/locales/views/call_routes/en.yml b/config/locales/views/call_routes/en.yml index 25e4c51..8596474 100644 --- a/config/locales/views/call_routes/en.yml +++ b/config/locales/views/call_routes/en.yml @@ -9,8 +9,7 @@ en: page_title: 'Listing Call route' table: 'Table' name: 'Name' - endpoint_type: 'Endpoint type' - endpoint_id: 'Endpoint' + endpoint: 'Endpoint' position: 'Position' actions: confirm_destroy: 'Are you sure you want to delete this Call route?' @@ -23,8 +22,7 @@ en: page_title: 'Show Call route' table: 'Table' name: 'Name' - endpoint_type: 'Endpoint type' - endpoint_id: 'Endpoint' + endpoint: 'Endpoint' position: 'Position' actions: confirm_destroy: 'Are you sure you want to delete this element?' |