perf: 优化文案 (#11405)

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2023-08-24 10:58:27 +08:00
committed by GitHub
parent 60703c920c
commit 04f4ecb3d1
7 changed files with 51 additions and 32 deletions

View File

@@ -7,7 +7,10 @@ class BasicSettingSerializer(serializers.Serializer):
SITE_URL = serializers.URLField(
required=True, label=_("Site url"),
help_text=_('Email links or other system callbacks are used to access it, eg: http://dev.jumpserver.org:8080')
help_text=_(
'External URL, email links or other system callbacks are used to access it, '
'eg: http://dev.jumpserver.org:8080'
)
)
USER_GUIDE_URL = serializers.URLField(
required=False, allow_blank=True, allow_null=True, label=_("User guide url"),