User ID -> Username

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Šimon Brandner
2023-05-05 19:18:34 +02:00
committed by GitHub
parent 93a47e7009
commit 57e79862a5

View File

@@ -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()}