perf: rename some workd

This commit is contained in:
ibuler
2025-04-08 18:59:52 +08:00
committed by 老广
parent 75ea0079a2
commit a7c514f8d8
10 changed files with 14 additions and 14 deletions

View File

@@ -87,7 +87,7 @@ class BaseAccountSerializer(
"username": {
"help_text": _(
"* If no username is required for authentication, enter null. "
"For DS accounts, use the format username@domain."
"For AD accounts, use the format username@domain."
)
},
}

View File

@@ -21,7 +21,7 @@ class VirtualAccountSerializer(serializers.ModelSerializer):
'username': {'label': _('Username')},
'secret_from_login': {
'help_text': _(
'Current only support login from DS/LDAP. Secret priority: '
'Current only support login from AD/LDAP. Secret priority: '
'Same account in asset secret > Login secret > Manual input. <br/ >'
'For security, please set config CACHE_LOGIN_PASSWORD_ENABLED to true'
)