diff options
Diffstat (limited to 'config/locales/views/phones')
-rw-r--r-- | config/locales/views/phones/de.yml | 2 | ||||
-rw-r--r-- | config/locales/views/phones/en.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/views/phones/de.yml b/config/locales/views/phones/de.yml index 59313b1..af2804a 100644 --- a/config/locales/views/phones/de.yml +++ b/config/locales/views/phones/de.yml @@ -77,7 +77,7 @@ de: fallback_sip_account_id: label: 'Fallback SIP Account' hint: '' - button: 'Absenden' + submit: 'Absenden' sip_accounts: title: 'Verknüpfte SIP-Accounts' connect_to_sip_account: 'SIP-Account mit dem Telefon verknüpfen' diff --git a/config/locales/views/phones/en.yml b/config/locales/views/phones/en.yml index 9574443..306537f 100644 --- a/config/locales/views/phones/en.yml +++ b/config/locales/views/phones/en.yml @@ -77,7 +77,7 @@ en: fallback_sip_account_id: label: 'Fallback SIP Account' hint: '' - button: 'Submit' + submit: 'Submit' sip_accounts: title: 'Listing of connected SIP accounts' connect_to_sip_account: 'Connect to an existing SIP account' |