mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 19:19:31 +02:00
See #206: minor tweaks on settings (wording, input type...)
This commit is contained in:
parent
13c5219d71
commit
e7619fd189
7 changed files with 61 additions and 30 deletions
|
@ -10,6 +10,7 @@ class RegistrationEnabled(types.BooleanPreference):
|
|||
section = users
|
||||
name = 'registration_enabled'
|
||||
default = False
|
||||
verbose_name = (
|
||||
'Can visitors open a new account on this instance?'
|
||||
verbose_name = 'Open registrations to new users'
|
||||
help_text = (
|
||||
'When enabled, new users will be able to register on this instance.'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue