update userId placeholder

This commit is contained in:
Ajay Bura 2025-08-24 20:10:59 +05:30
parent b4266c26b0
commit 1c0846d830
3 changed files with 3 additions and 3 deletions

View file

@ -201,7 +201,7 @@ export function AdditionalCreatorInput({
variant="Background"
radii="300"
outlined
placeholder="@john:server"
placeholder="@username:server"
onChange={handleCreatorChange}
onKeyDown={handleCreatorKeyDown}
/>

View file

@ -194,7 +194,7 @@ export function InviteUserPrompt({ room, requestClose }: InviteUserProps) {
ref={inputRef}
onChange={handleSearchChange}
onKeyDown={handleKeyDown}
placeholder="@john:server"
placeholder="@username:server"
name="userIdInput"
variant="Background"
disabled={inviting}

View file

@ -78,7 +78,7 @@ export function CreateChat({ defaultUserId }: CreateChatProps) {
<Text size="L400">User ID</Text>
<Input
defaultValue={defaultUserId}
placeholder="@john:server"
placeholder="@username:server"
name="userIdInput"
variant="SurfaceVariant"
size="500"