From d22a57f659fdb0f2c9ecf751d1e41a81430b289e Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Thu, 24 Jan 2013 12:52:37 +0100 Subject: Bugfixed a wrong key in I18n files. --- config/locales/views/call_histories/de.yml | 2 +- config/locales/views/call_histories/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/locales/views/call_histories') diff --git a/config/locales/views/call_histories/de.yml b/config/locales/views/call_histories/de.yml index 3b05415..807fa3e 100644 --- a/config/locales/views/call_histories/de.yml +++ b/config/locales/views/call_histories/de.yml @@ -56,7 +56,7 @@ de: description: label: 'Beschreibung' hint: '' - button: 'Absenden' + submit: 'Absenden' call_results: UNSPECIFIED: '' ORIGINATOR_CANCEL: 'Abgebrochen' diff --git a/config/locales/views/call_histories/en.yml b/config/locales/views/call_histories/en.yml index 2ae62e1..aec50ec 100644 --- a/config/locales/views/call_histories/en.yml +++ b/config/locales/views/call_histories/en.yml @@ -56,7 +56,7 @@ en: description: label: 'Description' hint: '' - button: 'Submit' + submit: 'Submit' call_results: UNSPECIFIED: '' ORIGINATOR_CANCEL: 'Cancelled' -- cgit v1.2.3