Skip to content

Commit 46e592d

Browse files
committed
fix: Text modification
1 parent 114b500 commit 46e592d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/sys/login/LoginForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function LoginForm() {
5555
</div>
5656

5757
<div className="flex">
58-
<ProTag className="flex-shrink-0">Tdmin {t('sys.login.userName')}:</ProTag>
58+
<ProTag className="flex-shrink-0">Test {t('sys.login.userName')}:</ProTag>
5959
<strong className="ml-1" style={{ color: themeToken.colorInfoTextHover }}>
6060
<span>{TEST_USER.username}</span>
6161
</strong>

0 commit comments

Comments
 (0)