Skip to content

Commit

Permalink
fix: Text modification
Browse files Browse the repository at this point in the history
  • Loading branch information
d3george committed Dec 21, 2023
1 parent 114b500 commit 46e592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sys/login/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function LoginForm() {
</div>

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

0 comments on commit 46e592d

Please sign in to comment.