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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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