Skip to content

Commit f628ec6

Browse files
committed
Fix copy on collaborator modal (name -> username)
1 parent 6a91061 commit f628ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Collaborators/UserSearchInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const UserSearchInput = ({
9191
<InputWithoutTypes
9292
{...props}
9393
{...getInputProps({
94-
placeholder: 'Enter name or email address',
94+
placeholder: 'Enter username or email address',
9595
})}
9696
autoFocus
9797
spellcheck="false"

0 commit comments

Comments
 (0)