diff options
author | spag <spag@golwen.net> | 2013-01-28 09:26:47 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-28 09:26:47 +0100 |
commit | 29ac1a26b5d78c3d8570928df73610de0a361297 (patch) | |
tree | 3ec56353f7a9ec3c8a7275708e9ce0c088411cf7 /config/locales/views/call_routes/en.yml | |
parent | e500814c387818938bfe76299a25a04de7e1cbfb (diff) |
render route endpoint
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?' |