Skip to content

Commit

Permalink
Maintenance: Improve translatable source strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Apr 29, 2024
1 parent bb7708d commit 1a2ab12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/models/system_report/plugin/os.rb
Expand Up @@ -3,7 +3,7 @@
class SystemReport::Plugin::Os < SystemReport::Plugin
OS_RELEASE_FILE = '/etc/os-release'.freeze

DESCRIPTION = __('OS').freeze
DESCRIPTION = __('Operating system').freeze

def fetch
os_release.merge(platform: RUBY_PLATFORM).deep_symbolize_keys
Expand Down
8 changes: 4 additions & 4 deletions i18n/zammad.pot
Expand Up @@ -8997,10 +8997,6 @@ msgstr ""
msgid "OK, I've saved my recovery codes"
msgstr ""

#: app/models/system_report/plugin/os.rb
msgid "OS"
msgstr ""

#: app/assets/javascripts/app/controllers/import_otrs.coffee
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/otrs.ts
msgid "OTRS"
Expand Down Expand Up @@ -9211,6 +9207,10 @@ msgstr ""
msgid "Opened in tabs"
msgstr ""

#: app/models/system_report/plugin/os.rb
msgid "Operating system"
msgstr ""

#: app/assets/javascripts/app/views/agent_ticket_view/content.jst.eco
#: app/assets/javascripts/app/views/channel/chat.jst.eco
#: app/assets/javascripts/app/views/channel/form.jst.eco
Expand Down

0 comments on commit 1a2ab12

Please sign in to comment.