From 410d08405837a234310b1e7ead75118824eec0e0 Mon Sep 17 00:00:00 2001 From: albertfolch-redeemeum <102516373+albertfolch-redeemeum@users.noreply.github.com> Date: Wed, 17 May 2023 09:57:33 +0200 Subject: [PATCH] refactor: copy changes (#631) * refactor: email instead of e-mail * refactor: copy changes * refactor: copy changes * refactor: copy changes --- docs/code-of-conduct.md | 2 +- .../ManageDisputes/DisputesTable.tsx | 4 +-- .../Lens/CreateBosonLensAccountSummary.tsx | 17 +++--------- .../components/Profile/ProfileFormFields.tsx | 6 ++--- .../Profile/Regular/RegularProfileForm.tsx | 4 +-- .../Profile/Regular/RegularProfileSummary.tsx | 17 +++--------- .../components/Profile/valitationSchema.ts | 2 +- .../RedeemModal/RedeemModalFormModel.ts | 2 +- .../product/ConfirmProductDetails.tsx | 2 +- src/components/product/utils/const.ts | 2 +- .../product/utils/productHelpOptions.tsx | 26 +++++++++---------- .../seller/dashboard/SellerDashboard.tsx | 6 ++--- src/pages/common/PrivacyPolicy.tsx | 4 +-- 13 files changed, 38 insertions(+), 56 deletions(-) diff --git a/docs/code-of-conduct.md b/docs/code-of-conduct.md index 797c4121f..fe14e4762 100644 --- a/docs/code-of-conduct.md +++ b/docs/code-of-conduct.md @@ -52,7 +52,7 @@ decisions when appropriate. This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. -Examples of representing our community include using an official e-mail address, +Examples of representing our community include using an official email address, posting via an official social media account, or acting as an appointed representative at an online or offline event. diff --git a/src/components/disputeResolver/ManageDisputes/DisputesTable.tsx b/src/components/disputeResolver/ManageDisputes/DisputesTable.tsx index 2cb50805e..39700b5d8 100644 --- a/src/components/disputeResolver/ManageDisputes/DisputesTable.tsx +++ b/src/components/disputeResolver/ManageDisputes/DisputesTable.tsx @@ -177,11 +177,11 @@ export default function DisputesTable({ disputes }: Props) { }} onClick={() => { copyToClipboard(sanitizeUrl(emailAddress)).then(() => { - toast(() => "Seller e-mail has been copied to clipboard"); + toast(() => "Seller email has been copied to clipboard"); }); }} > - Copy E-Mail + Copy email )} {dispute.state === subgraph.DisputeState.Escalated && ( diff --git a/src/components/modal/components/Profile/Lens/CreateBosonLensAccountSummary.tsx b/src/components/modal/components/Profile/Lens/CreateBosonLensAccountSummary.tsx index 787fc0b11..453ae20a9 100644 --- a/src/components/modal/components/Profile/Lens/CreateBosonLensAccountSummary.tsx +++ b/src/components/modal/components/Profile/Lens/CreateBosonLensAccountSummary.tsx @@ -260,7 +260,7 @@ export default function CreateBosonLensAccountSummary({ $fontSize="0.75rem" lineHeight="1.125rem" > - Contact e-mail * + Contact email * - You wont be able to make changes after confirming - - - By selecting confirm, you agree to pay the above fees, accept the - Boson seller agreement and Payments Terms of Use, acknowledge - reading the User Privacy Notice and assume full responsibility for - the item offered and the content of your listing. + Royalty share and payment information cannot be changed after + creating your seller account. Profile information can be edited or + changed at anytime. diff --git a/src/components/modal/components/Profile/ProfileFormFields.tsx b/src/components/modal/components/Profile/ProfileFormFields.tsx index 2684c0ff4..ed152beac 100644 --- a/src/components/modal/components/Profile/ProfileFormFields.tsx +++ b/src/components/modal/components/Profile/ProfileFormFields.tsx @@ -63,10 +63,10 @@ export function ProfileFormFields({ disabled={disableDescription} /> - + @@ -90,7 +90,7 @@ export function ProfileFormFields({