diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-03-20 16:02:55 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-03-20 16:02:55 +0100 |
commit | 6bdce16181f9380217464ba45ff96a1ae35d6cd2 (patch) | |
tree | 7429bcaff08580fab142611750d538160f927ee7 /config/locales | |
parent | f5d507f8db09f940d44aa97253a40b3cba3678c5 (diff) |
wording
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/views/switchboards/de.yml | 2 | ||||
-rw-r--r-- | config/locales/views/switchboards/en.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/views/switchboards/de.yml b/config/locales/views/switchboards/de.yml index 0bec502..97a47b8 100644 --- a/config/locales/views/switchboards/de.yml +++ b/config/locales/views/switchboards/de.yml @@ -6,7 +6,7 @@ de: successfuly_updated: 'Switchboard wurde aktualisiert.' successfuly_destroyed: 'Switchboard wurde gelöscht.' index: - page_title: 'Liste aller Switchboards' + page_title: 'Switchboards' name: 'Name' user_id: 'User' actions: diff --git a/config/locales/views/switchboards/en.yml b/config/locales/views/switchboards/en.yml index 250d5de..a860763 100644 --- a/config/locales/views/switchboards/en.yml +++ b/config/locales/views/switchboards/en.yml @@ -6,7 +6,7 @@ en: successfuly_updated: 'Successfully updated Switchboard.' successfuly_destroyed: 'Successfully destroyed Switchboard.' index: - page_title: 'Listing Switchboard' + page_title: 'Switchboards' name: 'Name' user_id: 'User' actions: |