Add publish_button_text site setting
This commit is contained in:
parent
a1738f8991
commit
aeed3a9a1b
7 changed files with 13 additions and 2 deletions
|
@ -82,6 +82,7 @@ en:
|
|||
mascot: Overrides the illustration in the advanced web interface.
|
||||
media_cache_retention_period: Downloaded media files will be deleted after the specified number of days when set to a positive value, and re-downloaded on demand.
|
||||
profile_directory: The profile directory lists all users who have opted-in to be discoverable.
|
||||
publish_button_text: Overrides the text of the publish button.
|
||||
require_invite_text: When sign-ups require manual approval, make the “Why do you want to join?” text input mandatory rather than optional
|
||||
site_contact_email: How people can reach you for legal or support inquiries.
|
||||
site_contact_username: How people can reach you on Mastodon.
|
||||
|
|
|
@ -70,6 +70,7 @@ defaults: &defaults
|
|||
show_domain_blocks_rationale: 'disabled'
|
||||
require_invite_text: false
|
||||
backups_retention_period: 7
|
||||
publish_button_text: ''
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue