perf: 优化通知 (#6798)

* perf: 优化通知

* perf: 优化危险命令提示

* fix: i18n

* fix: i18n

Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: Michael Bai <baijiangjie@gmail.com>
This commit is contained in:
fit2bot
2021-09-10 17:54:34 +08:00
committed by GitHub
parent 3e737c8cb8
commit 7e6fa27719
5 changed files with 290 additions and 284 deletions

View File

@@ -113,6 +113,6 @@ class SecuritySettingSerializer(SecurityPasswordRuleSerializer, SecurityAuthSeri
)
LOGIN_CONFIRM_ENABLE = serializers.BooleanField(
required=False, label=_('Login Confirm'),
help_text=_("After opening, please go to the personal information setting approver")
help_text=_("Enabled, please go to the user detail add approver")
)