mirror of https://github.com/jumpserver/jumpserver
perf: email i18n
parent
8c0cd20b48
commit
9422aebc5e
|
@ -35,11 +35,11 @@ class EmailSettingSerializer(serializers.Serializer):
|
|||
)
|
||||
EMAIL_HOST_PASSWORD = EncryptedField(
|
||||
max_length=1024, required=False, label=_("Password"),
|
||||
help_text=_("Password to use for the email server. It is used in conjunction with `User` when authenticating to the email server")
|
||||
help_text=_("Password to use for the email server. It is used in conjunction with `Account` when authenticating to the email server")
|
||||
)
|
||||
EMAIL_FROM = serializers.CharField(
|
||||
max_length=128, allow_blank=True, required=False, label=_('Sender'),
|
||||
help_text=_('Sender email address (default to using the `User`)')
|
||||
help_text=_('Sender email address (default to using the `Account`)')
|
||||
)
|
||||
EMAIL_RECIPIENT = serializers.CharField(
|
||||
max_length=128, allow_blank=True, required=False, label=_('Recipient'),
|
||||
|
|
Loading…
Reference in New Issue