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
|
<InputField
|
||||||
id="userId"
|
id="userId"
|
||||||
name="userId"
|
name="userId"
|
||||||
label={t("User ID")}
|
label={t("Username")}
|
||||||
type="text"
|
type="text"
|
||||||
disabled
|
disabled
|
||||||
value={client.getUserId()}
|
value={client.getUserId()}
|
||||||
|
|
Loading…
Add table
Reference in a new issue