User ID -> Username
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
93a47e7009
commit
57e79862a5
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ export function ProfileSettingsTab({ client }: Props) {
|
|||
<InputField
|
||||
id="userId"
|
||||
name="userId"
|
||||
label={t("User ID")}
|
||||
label={t("Username")}
|
||||
type="text"
|
||||
disabled
|
||||
value={client.getUserId()}
|
||||
|
|
Loading…
Reference in a new issue