Skip to content

Commit d272dfd

Browse files
committed
change: copy for governance action details
1 parent d4d370b commit d272dfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

govtool/frontend/src/components/molecules/GovernanceActionNewConstitutionDetailsTabContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"}

govtool/frontend/src/i18n/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@
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>\non {{date}} (Epoch {{epoch}})",
351351
"castVoteDeadline": "You can change your vote up to {{date}} (Epoch {{epoch}})",

0 commit comments

Comments
 (0)