Skip to content

Commit 9c0dcd2

Browse files
committed
fix: Password change prompt
1 parent a0b6aaa commit 9c0dcd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/locales/en_US/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7238,7 +7238,7 @@ msgstr ""
72387238
msgid ""
72397239
"The confirmation password must be 6-20 characters long and must be a "
72407240
"combination of letters, numbers, and special characters."
7241-
msgstr "The confirmation password must be 6-20 characters long and must be a combination of letters, numbers, and special characters.(Special character support:_、!、@、#、$、%、(、) ……)"
7241+
msgstr "The confirmation password must be 6-20 characters long and must be a combination of letters, numbers, and special characters.(Special character support:_、!、@、#、$、(、) ……)"
72427242

72437243
#: community/apps/users/serializers/user_serializers.py:380
72447244
#, python-brace-format

apps/locales/zh_CN/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7395,7 +7395,7 @@ msgstr "语言只支持:"
73957395
msgid ""
73967396
"The confirmation password must be 6-20 characters long and must be a "
73977397
"combination of letters, numbers, and special characters."
7398-
msgstr "确认密码长度6-20个字符,必须字母、数字、特殊字符组合(特殊字符支持:_、!、@、#、$、%、(、) ……)"
7398+
msgstr "确认密码长度6-20个字符,必须字母、数字、特殊字符组合(特殊字符支持:_、!、@、#、$、(、) ……)"
73997399

74007400
#: community/apps/users/serializers/user_serializers.py:380
74017401
#, python-brace-format

apps/locales/zh_Hant/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7405,7 +7405,7 @@ msgstr "語言只支持:"
74057405
msgid ""
74067406
"The confirmation password must be 6-20 characters long and must be a "
74077407
"combination of letters, numbers, and special characters."
7408-
msgstr "確認密碼長度6-20個字符,必須字母、數字、特殊字符組合(特殊字元支持:_、!、@、#、$、%、(、) ……)"
7408+
msgstr "確認密碼長度6-20個字符,必須字母、數字、特殊字符組合(特殊字元支持:_、!、@、#、$、(、) ……)"
74097409

74107410
#: community/apps/users/serializers/user_serializers.py:380
74117411
#, python-brace-format

0 commit comments

Comments
 (0)