-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update web messages #2333
base: main
Are you sure you want to change the base?
Update web messages #2333
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
111d7b0
to
14ac5a5
Compare
14ac5a5
to
1ee9a60
Compare
9a05e0e
to
26bfc91
Compare
26bfc91
to
abf5ab8
Compare
abf5ab8
to
74acec9
Compare
74acec9
to
45cb166
Compare
@@ -54,7 +54,7 @@ describe("<AccountsList />", () => { | |||
await act(() => user.click(removeSocial)); | |||
|
|||
expect(screen.getByTestId("description")).toHaveTextContent( | |||
"Are you sure you want to remove all of your Social Accounts?" | |||
"Are you sure you want to remove all of your Social accounts?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why S is capital in social ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commented on copy doc for this
expect(screen.getByRole("dialog")).toHaveTextContent("Add Contact"); | ||
expect(screen.getByTestId("confirmation-button")).toHaveTextContent("Add Contact"); | ||
expect(screen.getByRole("dialog")).toHaveTextContent("Add to address book"); | ||
expect(screen.getByTestId("confirmation-button")).toHaveTextContent("Add to address book"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see this suggestion in the copy doc. Also Add contact seems better.
@@ -112,7 +112,7 @@ export const EditContactMenu: FC<{ | |||
type="submit" | |||
variant="primary" | |||
> | |||
{isEdit ? "Update" : "Add Contact"} | |||
{isEdit ? "Update" : "Add to address book"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented on copy doc for this.
Proposed changes
Copy Requirements Doc
Task link
Types of changes
Checklist