Maintenance: Mark string as translatable.
(cherry picked from commit 4f1fdaf0278ad4184bd920eb8cc77f09479726ca)
This commit is contained in:
parent
3cada0f15a
commit
f8e72c64c0
2 changed files with 5 additions and 1 deletions
|
@ -119,7 +119,7 @@ class App.KnowledgeBaseContentCanBePublishedForm extends App.ControllerForm
|
||||||
default: 'now'
|
default: 'now'
|
||||||
options: [
|
options: [
|
||||||
value: 'now'
|
value: 'now'
|
||||||
name: 'now'
|
name: __('now')
|
||||||
,
|
,
|
||||||
value: 'scheduled'
|
value: 'scheduled'
|
||||||
name: __('Schedule for')
|
name: __('Schedule for')
|
||||||
|
|
|
@ -11200,6 +11200,10 @@ msgstr ""
|
||||||
msgid "note"
|
msgid "note"
|
||||||
msgstr ""
|
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_state_types.rb
|
||||||
#: db/seeds/ticket_states.rb
|
#: db/seeds/ticket_states.rb
|
||||||
msgid "open"
|
msgid "open"
|
||||||
|
|
Loading…
Reference in a new issue