This commit is contained in:
hailin 2025-04-18 19:23:18 +08:00
parent d2f01fcb1a
commit 431584fa4f
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
</div>
<div className="space-y-1">
<Label>{t("profile.chatDisplayNameLabel")}</Label>
<Label>{t("profile.chatDisplayName")}</Label>
<Input
placeholder={t("profile.chatDisplayNamePlaceholder")}