diff options
Diffstat (limited to 'config/locales/views')
-rw-r--r-- | config/locales/views/tenants/de.yml | 2 | ||||
-rw-r--r-- | config/locales/views/tenants/en.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/views/tenants/de.yml b/config/locales/views/tenants/de.yml index 817899a..6036879 100644 --- a/config/locales/views/tenants/de.yml +++ b/config/locales/views/tenants/de.yml @@ -1,7 +1,7 @@ de: tenants: name: "Mandant" - new_name_scaffold: 'Beispiel Firma Nr. %{counter} GmbH' + new_name_scaffold: 'Beispiel Firma' controller: successfuly_created: 'Der Mandant "%{resource}" wurde angelegt.' successfuly_created_plus_delayed_jobs: 'Der Mandant "%{resource}" wurde angelegt. %{amount_of_numbers} Durchwahlen und Telefonnummern werden jetzt im Hintergrund ins System gespielt. Dies kann je nach benutzter Hardware ein paar Minuten dauern. ' diff --git a/config/locales/views/tenants/en.yml b/config/locales/views/tenants/en.yml index b61b5e1..edccda0 100644 --- a/config/locales/views/tenants/en.yml +++ b/config/locales/views/tenants/en.yml @@ -1,7 +1,7 @@ en: tenants: name: "Tenant" - new_name_scaffold: 'Snake Oil #%{counter}, Ltd.' + new_name_scaffold: 'Snake Oil Ltd.' controller: successfuly_created: 'Successfully created the tenant "%{resource}".' successfuly_created_plus_delayed_jobs: 'Successfully created the tenant "%{resource}". A total of %{amount_of_numbers} extensions and external numbers is being proccessed in the background. Depending on your hardware that can take a couple of minutes.' |