diff options
Diffstat (limited to 'config/locales/views')
-rw-r--r-- | config/locales/views/phones/de.yml | 4 | ||||
-rw-r--r-- | config/locales/views/phones/en.yml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/config/locales/views/phones/de.yml b/config/locales/views/phones/de.yml index 814267c..4aa0ae6 100644 --- a/config/locales/views/phones/de.yml +++ b/config/locales/views/phones/de.yml @@ -80,4 +80,6 @@ de: button: 'Absenden' sip_accounts: title: 'Auf dem Telefon eingetragene SIP-Konten' - connect_to_sip_account: 'Neues SIP-Konto auf das Telefon eintragen'
\ No newline at end of file + connect_to_sip_account: 'Neues SIP-Konto auf das Telefon eintragen' + tool_tips: + hot_desk: 'Mit aktivierter Hot Desk Fähigkeit können sich User der Anlage an einem Telefon ein- und ausloggen.' diff --git a/config/locales/views/phones/en.yml b/config/locales/views/phones/en.yml index 15e212e..46b0bcb 100644 --- a/config/locales/views/phones/en.yml +++ b/config/locales/views/phones/en.yml @@ -80,4 +80,6 @@ en: button: 'Submit' sip_accounts: title: 'Listing of connected SIP accounts' - connect_to_sip_account: 'Connect to an existing SIP account'
\ No newline at end of file + connect_to_sip_account: 'Connect to an existing SIP account' + tool_tips: + hot_desk: 'Hot desk triggers the ability for a user to login and out of a given phone.' |