1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix variables

This commit is contained in:
OniriCorpe 2022-03-13 23:37:47 +01:00
parent 8ba192c01a
commit daac245ecf

View file

@ -172,12 +172,12 @@ accounts-registration-open: __REGISTRATION__
# Bool. Do sign up requests require approval from an admin/moderator before an account can sign in/use the server?
# Options: [true, false]
# Default: true
accounts-approval-required: __APPROVAL__
accounts-approval-required: __REGISTRATION_APPROVAL__
# Bool. Are sign up requests required to submit a reason for the request (eg., an explanation of why they want to join the instance)?
# Options: [true, false]
# Default: true
accounts-reason-required: __REASON__
accounts-reason-required: __REGISTRATION_REASON__
########################
##### MEDIA CONFIG #####