Skip to content

Commit

Permalink
Merge pull request #475 from IntersectMBO/fix/364-fix-i18n-labels-of-…
Browse files Browse the repository at this point in the history
…storage-information-screen

[#364] fix: i18n labels of storage information screen
  • Loading branch information
MSzalowski authored Mar 14, 2024
2 parents 318d29d + 7f12a1c commit 21f7681
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions govtool/frontend/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,24 +169,6 @@ export const en = {
placeholder: "A name for this Action",
},
},
formTitle: "Governance Action details",
references: "References and Supporting Information",
reviewSubmission: "Review your submission",
storeDataCheckboxLabel:
"I agree to store correctly this information and to maintain them over the years",
storeDataLink: "Learn more about storing information",
storeDataTitle: "Store and Maintain the Data Yourself",
storingInformationDescription:
"Download your file, save it to your chosen location, and enter the URL of that location in step 3",
storingInformationStep1Label: "Download this file",
storingInformationStep2Label:
"Save this file in a location that provides a public URL (ex. github)",
storingInformationStep2Link: "Read full guide",
storingInformationStep3Label: "Paste the URL here",
storingInformationTitle: "Information Storage Steps",
storingInformationURLPlaceholder: "URL",
supportingLinks: "Supporting links",
title: "Create a Governance Action",
validations: {
bech32: "Invalid bech32 address",
maxLength: "Max {{maxLength}} characters",
Expand All @@ -195,6 +177,24 @@ export const en = {
url: "Invalid URL",
},
},
formTitle: "Governance Action details",
references: "References and Supporting Information",
reviewSubmission: "Review your submission",
storeDataCheckboxLabel:
"I agree to store correctly this information and to maintain them over the years",
storeDataLink: "Learn more about storing information",
storeDataTitle: "Store and Maintain the Data Yourself",
storingInformationDescription:
"Download your file, save it to your chosen location, and enter the URL of that location in step 3",
storingInformationStep1Label: "Download this file",
storingInformationStep2Label:
"Save this file in a location that provides a public URL (ex. github)",
storingInformationStep2Link: "Read full guide",
storingInformationStep3Label: "Paste the URL here",
storingInformationTitle: "Information Storage Steps",
storingInformationURLPlaceholder: "URL",
supportingLinks: "Supporting links",
title: "Create a Governance Action",
modals: {
externalDataDoesntMatch: {
buttonText: "Go to Data Edit Screen",
Expand Down Expand Up @@ -261,6 +261,7 @@ export const en = {
checkIsWalletConnected: "Check if the wallet is connected.",
dRepIdNotFound: "DrepId not found",
invalidGovernanceActionType: "Invalid Governance Action Type",
invalidTreasuryGovernanceActionType: "Invalid Treasury Governance Action",
noAddressesFound: "No addresses found",
noStakeKeySelected: "No stake key selected",
notUsingAnchor: "DRep Registration - not using anchor",
Expand Down

0 comments on commit 21f7681

Please sign in to comment.