Maintenance: Mark string as translatable.

(cherry picked from commit 4f1fdaf0278ad4184bd920eb8cc77f09479726ca)
This commit is contained in:
Martin Gruner 2022-04-14 08:13:06 +02:00
parent 3cada0f15a
commit f8e72c64c0
2 changed files with 5 additions and 1 deletions

View file

@ -119,7 +119,7 @@ class App.KnowledgeBaseContentCanBePublishedForm extends App.ControllerForm
default: 'now'
options: [
value: 'now'
name: 'now'
name: __('now')
,
value: 'scheduled'
name: __('Schedule for')

View file

@ -11200,6 +11200,10 @@ msgstr ""
msgid "note"
msgstr ""
#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee
msgid "now"
msgstr ""
#: db/seeds/ticket_state_types.rb
#: db/seeds/ticket_states.rb
msgid "open"