chore: Update translations

This commit is contained in:
2024-02-27 19:16:50 +00:00
parent d59e0c9f36
commit ae37f361ce
42 changed files with 684 additions and 543 deletions

View File

@ -255,12 +255,7 @@ export function LoginSignup({ close }: { close: () => void }) {
</div>
</div>
<div className="username">
<input
type="text"
placeholder="Username"
value={username}
onChange={e => setUsername(e.target.value)}
/>
<input type="text" placeholder="Username" value={username} onChange={e => setUsername(e.target.value)} />
<small>
<FormattedMessage defaultMessage="You can change this later" id="ZmqxZs" />
</small>