chore: add description

This commit is contained in:
syuilo 2024-10-11 21:01:50 +09:00 committed by Marie
parent d132c8257e
commit 699bbfdce9
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555

View file

@ -12,6 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div class="_gaps_m">
<MkSwitch v-model="enableRegistration" @change="onChange_enableRegistration">
<template #label>{{ i18n.ts.enableRegistration }}</template>
<template #caption>{{ i18n.ts._serverSettings.thisSettingWillAutomaticallyOffWhenModeratorsInactive }}</template>
</MkSwitch>
<MkSwitch v-model="emailRequiredForSignup" @change="onChange_emailRequiredForSignup">