Fix typo
parent
9df06e1639
commit
db34a5c39c
|
@ -34,7 +34,7 @@ class ConfigService extends taiga.Service
|
|||
"en": "English"
|
||||
}
|
||||
|
||||
pubblicRegisterEnabled: false
|
||||
publicRegisterEnabled: false
|
||||
|
||||
termsOfServiceUrl: null
|
||||
privacyPolicyUrl: null
|
||||
|
|
|
@ -9,7 +9,7 @@ config = {
|
|||
"en": "English"
|
||||
}
|
||||
|
||||
pubblicRegisterEnabled: true
|
||||
publicRegisterEnabled: true
|
||||
privacyPolicyUrl: null
|
||||
termsOfServiceUrl: null
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue