Skip to content

Commit

Permalink
Merge pull request #2600 from decentdao/prd-copy
Browse files Browse the repository at this point in the history
Copy updates
  • Loading branch information
mudrila authored Dec 6, 2024
2 parents 6ba77e6 + 94e5025 commit f8a8a70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/components/ui/cards/DAONodeInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
</Text>
</Box>
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/locales/en/daoCreate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.",
Expand Down Expand Up @@ -97,7 +97,7 @@
"tooltipMultisig": "<1>Learn more</1>",
"tooltipTokenVoting": "<1>Learn more</1>",
"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</1>",
"errorUnsupportedCreateOption": "Previously selected Governance option is not supported on this network.",
"attachFractalModuleLabel": "Enable Clawback",
Expand Down

0 comments on commit f8a8a70

Please sign in to comment.