Add publish_button_text site setting
This commit is contained in:
parent
a1738f8991
commit
aeed3a9a1b
7 changed files with 13 additions and 2 deletions
|
@ -32,6 +32,7 @@ class InitialStateSerializer < ActiveModel::Serializer
|
|||
activity_api_enabled: Setting.activity_api_enabled,
|
||||
single_user_mode: Rails.configuration.x.single_user_mode,
|
||||
translation_enabled: TranslationService.configured?,
|
||||
publish_button_text: Setting.publish_button_text,
|
||||
}
|
||||
|
||||
if object.current_account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue