diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-24 12:52:37 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-24 12:52:37 +0100 |
commit | d22a57f659fdb0f2c9ecf751d1e41a81430b289e (patch) | |
tree | 558bc8d61fdd8b53d9b052b698f085b4d1724be5 /config/locales/views/phone_sip_accounts | |
parent | be3a2af680449d6124afbc7eeccce9d4f0daad82 (diff) |
Bugfixed a wrong key in I18n files.
Diffstat (limited to 'config/locales/views/phone_sip_accounts')
-rw-r--r-- | config/locales/views/phone_sip_accounts/de.yml | 2 | ||||
-rw-r--r-- | config/locales/views/phone_sip_accounts/en.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/views/phone_sip_accounts/de.yml b/config/locales/views/phone_sip_accounts/de.yml index 7a6736a..052e1b9 100644 --- a/config/locales/views/phone_sip_accounts/de.yml +++ b/config/locales/views/phone_sip_accounts/de.yml @@ -34,4 +34,4 @@ de: sip_account_id: label: 'SIP-Konto' hint: '' - button: 'Absenden'
\ No newline at end of file + submit: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/phone_sip_accounts/en.yml b/config/locales/views/phone_sip_accounts/en.yml index 3604758..d6e6bea 100644 --- a/config/locales/views/phone_sip_accounts/en.yml +++ b/config/locales/views/phone_sip_accounts/en.yml @@ -34,4 +34,4 @@ en: sip_account_id: label: 'SIP account' hint: '' - button: 'Submit'
\ No newline at end of file + submit: 'Submit'
\ No newline at end of file |