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

[PRD | Issue #2618] Copy updates #2619

Merged
merged 4 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/i18n/locales/en/breadcrumbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"proposalTemplate": "{{proposalTemplateTitle}}",
"proposalTemplateNew": "Create Proposal Template",
"editDAO": "Edit DAO",
"parentLink": "Parent-Safe",
"parentLink": "Parent DAO",
"settings": "Settings"
}
4 changes: 2 additions & 2 deletions src/i18n/locales/en/daoCreate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"errorLowSignerThreshold": "Threshold must be greater than 0",
"errorHighSignerThreshold": "Threshold must be less than number of owners.",
"labelSigThreshold": "Threshold",
"helperSigThreshold": "The number of owners required to approve a transaction on this multisig",
"helperSigThreshold": "The number of owners required to approve a transaction on this multisig.",
"titleSignerAddresses": "Owners",
"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",
"titleConfigureMultisig": "Configure Multisig",
"titleSignerConfig": "Signer Parameters",
"titleGovConfig": "Governance Parameters",
"titleGovConfig": "Governance",
"titleFunding": "Add Funding",
"titleNFTsParams": "Import NFT",
"titleNFTDetails": "Details",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modulesAndGuardsTitle": "Modules and Guards",
"permissionsTitle": "Permissions",
"daoSettingsGeneral": "General",
"daoSettingsGovernance": "Governance Parameters",
"daoSettingsGovernance": "Governance",
"daoMetadataName": "DAO Name",
"daoMetadataSnapshot": "Snapshot Space",
"daoMetadataConnectSnapshot": "Connect to Snapshot Space",
Expand Down
Loading