Skip to content

Commit

Permalink
fix placeholder for metadata hash at url
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Feb 14, 2024
1 parent c52c7cf commit fdb996c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ changes.
- i18next library added to FE [Issue 80](https://github.com/IntersectMBO/govtool/issues/80)

### Fixed
- Fix misleading metadata hash text [Issue 90](https://github.com/IntersectMBO/govtool/issues/90)
- Fixed vote calculation problems related to NoConfidence DRep [Issue 59](https://github.com/IntersectMBO/govtool/issues/59)
- Fixed ada-holder/get-current-delegation error when delegated to NoConfidence or AlwaysAbstain dreps. [Issue 82](https://github.com/IntersectMBO/govtool/issues/82)

Expand Down
2 changes: 1 addition & 1 deletion govtool/frontend/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const en = {
privacyPolicy: "Privacy policy",
},
forms: {
hashPlaceholder: "The hash of your URL",
hashPlaceholder: "The hash of metadata at URL",
howCreateUrlAndHash: "How to create URL and hash?",
urlWithContextPlaceholder: "Your URL with with your context",
urlWithInfoPlaceholder: "Your URL with extra info about you",
Expand Down

0 comments on commit fdb996c

Please sign in to comment.