File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ export const GovernanceActionNewConstitutionDetailsTabContent = ({
1313 < Box >
1414 < GovernanceActionCardElement
1515 isCopyButton
16- label = "Data Hash "
16+ label = "New constitution hash "
1717 text = { ( details ?. anchor as NewConstitutionAnchor ) ?. dataHash as string }
1818 dataTestId = "new-constitution-data-hash"
1919 textVariant = { screenWidth > 1600 ? "longText" : "oneLine" }
2020 />
2121 < GovernanceActionCardElement
2222 isCopyButton
23- label = "New Constitution Link "
23+ label = "New constitution link "
2424 text = { ( details ?. anchor as NewConstitutionAnchor ) ?. url as string }
2525 dataTestId = "new-constitution-url"
2626 textVariant = { screenWidth > 1600 ? "longText" : "oneLine" }
Original file line number Diff line number Diff line change 344344 "about" : " About" ,
345345 "abstract" : " Abstract" ,
346346 "amount" : " Amount:" ,
347- "anchorURL" : " Anchor URL " ,
348- "anchorHash" : " Anchor Hash " ,
347+ "anchorURL" : " Metadata anchor link " ,
348+ "anchorHash" : " Metadata anchor hash " ,
349349 "backToGovActions" : " Back to Governance Actions" ,
350350 "castVote" : " <0>You voted {{vote}} on this proposal</0>\n on {{date}} (Epoch {{epoch}})" ,
351351 "castVoteDeadline" : " You can change your vote up to {{date}} (Epoch {{epoch}})" ,
You can’t perform that action at this time.
0 commit comments