Add publish_button_text site setting

This commit is contained in:
Effy Elden 2022-11-16 21:54:41 +11:00
parent a1738f8991
commit aeed3a9a1b
No known key found for this signature in database
GPG key ID: 532C5E50BF4F86EE
7 changed files with 13 additions and 2 deletions

View file

@ -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.

View file

@ -70,6 +70,7 @@ defaults: &defaults
show_domain_blocks_rationale: 'disabled'
require_invite_text: false
backups_retention_period: 7
publish_button_text: ''
development:
<<: *defaults