Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update web messages #2333

wants to merge 2 commits into from

Conversation

asiia-trilitech
Copy link
Contributor

@asiia-trilitech asiia-trilitech commented Jan 21, 2025

Proposed changes

Copy Requirements Doc

Task link

Types of changes

  • Bugfix
  • New feature
  • Refactor
  • Breaking change
  • UI fix

Checklist

  • Tests that prove my fix is effective or that my feature works have been added
  • Documentation has been added (if appropriate)
  • Screenshots are added (if any UI changes have been made)
  • All TODOs have a corresponding task created (and the link is attached to it)

Copy link

vercel bot commented Jan 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
umami-embed-iframe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2025 1:54pm
umami-embed-iframe-ghostnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2025 1:54pm
umami-v2-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2025 1:54pm
umami-v2-web-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2025 1:54pm

@asiia-trilitech asiia-trilitech changed the title Update "tez" capitalization & empty views messages Update web messages Jan 22, 2025
@@ -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?"
Copy link
Collaborator

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 ?

Copy link
Collaborator

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");
Copy link
Collaborator

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"}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants