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 Feb 18, 2022
1 parent d3ca97a commit f3c6741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/app/controllers/text_module.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TextModule extends App.ControllerSubContent
)
pageData:
home: 'text_modules'
object: __('TextModule')
object: __('Text module')
objects: __('Text modules')
pagerAjax: true
pagerBaseUrl: '#manage/text_modules/'
Expand Down
8 changes: 4 additions & 4 deletions i18n/zammad.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8669,6 +8669,10 @@ msgstr ""
msgid "Text missing"
msgstr ""

#: app/assets/javascripts/app/controllers/text_module.coffee
msgid "Text module"
msgstr ""

#: app/assets/javascripts/app/controllers/text_module.coffee
msgid "Text modules"
msgstr ""
Expand All @@ -8690,10 +8694,6 @@ msgstr ""
msgid "Text with enabled inline translations looks like"
msgstr ""

#: app/assets/javascripts/app/controllers/text_module.coffee
msgid "TextModule"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee
msgid "Textarea"
msgstr ""
Expand Down

0 comments on commit f3c6741

Please sign in to comment.