This commit is contained in:
parent
d2f01fcb1a
commit
431584fa4f
|
|
@ -415,7 +415,7 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="space-y-1">
|
<div className="space-y-1">
|
||||||
<Label>{t("profile.chatDisplayNameLabel")}</Label>
|
<Label>{t("profile.chatDisplayName")}</Label>
|
||||||
|
|
||||||
<Input
|
<Input
|
||||||
placeholder={t("profile.chatDisplayNamePlaceholder")}
|
placeholder={t("profile.chatDisplayNamePlaceholder")}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue