Skip to content

Commit

Permalink
fix: UI issues with the new ENS page wordings (#2083)
Browse files Browse the repository at this point in the history
* fix: UI issues with the new ENS page wordings

* chore: capitalize Voting Power wording
  • Loading branch information
juanmahidalgo authored Jan 4, 2024
1 parent 61ceaec commit 6800906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.claimNamePage .buttons {
display: flex;
height: 100%;
padding: 46px 0;
padding: 36px 26px;
}

.claimNamePage .buttons > div + div {
Expand Down Expand Up @@ -326,7 +326,7 @@

.claimNamePage .ctasContainer .card {
background-color: #242129;
height: 209px;
height: 235px;
width: 305px;
padding: 0;
overflow: hidden;
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/modules/translation/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@
},
"names_page": {
"title": "Claim your Decentraland NAME",
"subtitle": "Activate the full potential of Decentraland citizenship with a unique NAME, voting power, & your own World!",
"subtitle": "Activate the full potential of Decentraland citizenship with a unique NAME, Voting Power, & your own World!",
"claim_a_name": "Claim name",
"browse_names_being_resold": "Browse NAMEs being resold",
"manage_your_names": "Manage your NAMEs",
Expand Down Expand Up @@ -1602,7 +1602,7 @@
},
"unlock": {
"title": "Unlock your own World",
"description": "GCustomize your own virtual 3D space in the metaverse. Host events, build, and experiment. {link}"
"description": "Customize your own virtual 3D space in the metaverse. Host events, build, and experiment. {link}"
},
"governance": {
"title": "Participate in Governance",
Expand Down

0 comments on commit 6800906

Please sign in to comment.