From 94e5025d25ff932e393b7d705a1ce417abb8e6a2 Mon Sep 17 00:00:00 2001 From: Kellar Date: Fri, 6 Dec 2024 11:30:16 +0000 Subject: [PATCH] copy updates --- src/components/ui/cards/DAONodeInfoCard.tsx | 2 ++ src/i18n/locales/en/daoCreate.json | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/ui/cards/DAONodeInfoCard.tsx b/src/components/ui/cards/DAONodeInfoCard.tsx index 084278088..508add2b9 100644 --- a/src/components/ui/cards/DAONodeInfoCard.tsx +++ b/src/components/ui/cards/DAONodeInfoCard.tsx @@ -94,6 +94,8 @@ export function DAONodeInfoCard(props: { color="lilac-0" whiteSpace="nowrap" > + {/* Convert multisig badge casing here since it's already been cached to avoid another migration */} + {type === 'MULTISIG' ? `${type[0]}${type.slice(1).toLocaleLowerCase()}` : type} {type} diff --git a/src/i18n/locales/en/daoCreate.json b/src/i18n/locales/en/daoCreate.json index 3fd63b839..966194ebb 100644 --- a/src/i18n/locales/en/daoCreate.json +++ b/src/i18n/locales/en/daoCreate.json @@ -4,9 +4,9 @@ "errorLowSignerThreshold": "Threshold must be greater than 0", "errorHighSignerThreshold": "Threshold must be less than number of owners.", "labelSigThreshold": "Threshold", - "helperSigThreshold": "Number of signers needed to approve a proposal.", + "helperSigThreshold": "The number of owners required to approve a transaction on this multisig", "titleSignerAddresses": "Owners", - "subTitleSignerAddresses": "These users will be able to submit and approve proposals.", + "subTitleSignerAddresses": "These addresses will be able to approve or reject transactions on this multisig.", "titleGetStarted": "Get Started", "titleConfigureERC20": "Configure ERC-20 Token", "titleConfigureERC721": "Configure ERC-721 NFTs", @@ -28,7 +28,7 @@ "helperNFTWeight": "How many votes is this token worth?", "labelVotingPeriod": "Voting Period", "labelChooseGovernance": "Governance", - "helperChooseGovernance": "Please select a framework to add governance to your Safe.", + "helperChooseGovernance": "Select a governance schema for your DAO.", "helperVotingPeriod": "The length of time where voting is enabled after a proposal is created.", "helperQuorumERC20": "The minimum percentage of total possible votes required for a proposal to pass.", "helperQuorumERC721": "The minimum weight of total available token voting weight required for a proposal's results to be considered official.", @@ -97,7 +97,7 @@ "tooltipMultisig": "<1>Learn more", "tooltipTokenVoting": "<1>Learn more", "toastDisconnected": "Connect an account to proceed!", - "toastDisconnectedPersistent": "You'll need to connect an account to deploy this Safe.", + "toastDisconnectedPersistent": "You'll need to connect your wallet to deploy this DAO.", "tooltipNftVoting": "NFT Voting allows a group of ERC-721 (NFT) holders to propose and vote on transactions. Multiple NFT addresses can be used. <1>Learn more", "errorUnsupportedCreateOption": "Previously selected Governance option is not supported on this network.", "attachFractalModuleLabel": "Enable Clawback",