diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1ff8810..b663ddfd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ changes. ### Changed -- +- Change labelling of governance action metadata anchor +- Change labelling and order of new constitution governance action details ### Removed diff --git a/govtool/frontend/src/components/molecules/GovernanceActionNewConstitutionDetailsTabContent.tsx b/govtool/frontend/src/components/molecules/GovernanceActionNewConstitutionDetailsTabContent.tsx index 82e9e26f5..f5f613947 100644 --- a/govtool/frontend/src/components/molecules/GovernanceActionNewConstitutionDetailsTabContent.tsx +++ b/govtool/frontend/src/components/molecules/GovernanceActionNewConstitutionDetailsTabContent.tsx @@ -12,17 +12,17 @@ export const GovernanceActionNewConstitutionDetailsTabContent = ({ return ( 1600 ? "longText" : "oneLine"} /> 1600 ? "longText" : "oneLine"} /> diff --git a/govtool/frontend/src/i18n/locales/en.json b/govtool/frontend/src/i18n/locales/en.json index 0b2642110..31026ccd2 100644 --- a/govtool/frontend/src/i18n/locales/en.json +++ b/govtool/frontend/src/i18n/locales/en.json @@ -344,8 +344,8 @@ "about": "About", "abstract": "Abstract", "amount": "Amount:", - "anchorURL": "Anchor URL", - "anchorHash": "Anchor Hash", + "anchorURL": "Metadata anchor link", + "anchorHash": "Metadata anchor hash", "backToGovActions": "Back to Governance Actions", "castVote": "<0>You voted {{vote}} on this proposal\non {{date}} (Epoch {{epoch}})", "castVoteDeadline": "You can change your vote up to {{date}} (Epoch {{epoch}})",