diff --git a/db/migrate/20211118081558_maintenance_improve_sipgate_integration_handling.rb b/db/migrate/20211118081558_maintenance_improve_sipgate_integration_handling.rb index 4517fb9e7..9a4506c51 100644 --- a/db/migrate/20211118081558_maintenance_improve_sipgate_integration_handling.rb +++ b/db/migrate/20211118081558_maintenance_improve_sipgate_integration_handling.rb @@ -1,14 +1,14 @@ -# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/ +# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/ class MaintenanceImproveSipgateIntegrationHandling < ActiveRecord::Migration[6.0] def change return if !Setting.exists?(name: 'system_init_done') Setting.create_if_not_exists( - title: __('sipgate.io Token'), + title: 'sipgate.io Token', name: 'sipgate_token', area: 'Integration::Sipgate', - description: __('Token for Sipgate.'), + description: 'Token for Sipgate.', options: { form: [ { diff --git a/i18n/zammad.pot b/i18n/zammad.pot index 9b10c3e53..1d666bbb3 100644 --- a/i18n/zammad.pot +++ b/i18n/zammad.pot @@ -9492,7 +9492,6 @@ msgstr "" msgid "Token for CTI." msgstr "" -#: db/migrate/20211118081558_maintenance_improve_sipgate_integration_handling.rb #: db/seeds/settings.rb msgid "Token for Sipgate." msgstr "" @@ -11346,7 +11345,6 @@ msgstr "" msgid "show more" msgstr "" -#: db/migrate/20211118081558_maintenance_improve_sipgate_integration_handling.rb #: db/seeds/settings.rb msgid "sipgate.io Token" msgstr ""