Skip to content

Commit

Permalink
Review Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Apr 23, 2024
1 parent 3f7cffe commit 3ff180d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/massastation/src/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"foundation-desc": "Learn about Massa ecosystem and initiatives.",
"massalabs-desc": "Unique Lab supporting Massa ecosystem and creating innovative solutions.",
"purrfect-desc": "Create, buy & sell NFTs on the Massa blockchain.",
"dusa-desc": "Fully decentralized exchange protocol."
"dusa-desc": "Advanced, customizable and fully decentralized trading protocol."
},
"modules": {
"bridge": "Massa Bridge",
Expand Down
4 changes: 2 additions & 2 deletions web/massastation/src/pages/Index/Dashboard/Foundation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export function Foundation() {
</div>
<div className="relative flex justify-end">
<img
width={140}
height={140}
width={160}
height={160}
src={foundation}
alt={Intl.t('modules.foundation')}
/>
Expand Down

0 comments on commit 3ff180d

Please sign in to comment.