(버그)비밀번호 만료 중문 문구 수정

master
DESKTOP-999R8N3\CJY 2025-04-21 17:01:10 +09:00
parent f8a42ab262
commit 7c8ecbeac2
1 changed files with 1 additions and 1 deletions

View File

@ -911,7 +911,7 @@ namespace INT_LKD_2.Controls
this.labelExpiryDateOfPassword2.Text = "Password expiration";
break;
case Define.E_LanguageID.Chinese:
this.labelExpiryDateOfAccount2.Text = "密码已过期";
this.labelExpiryDateOfPassword2.Text = "密码已过期";
break;
default:
break;