We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114b500 commit 46e592dCopy full SHA for 46e592d
src/pages/sys/login/LoginForm.tsx
@@ -55,7 +55,7 @@ function LoginForm() {
55
</div>
56
57
<div className="flex">
58
- <ProTag className="flex-shrink-0">Tdmin {t('sys.login.userName')}:</ProTag>
+ <ProTag className="flex-shrink-0">Test {t('sys.login.userName')}:</ProTag>
59
<strong className="ml-1" style={{ color: themeToken.colorInfoTextHover }}>
60
<span>{TEST_USER.username}</span>
61
</strong>
0 commit comments