Skip to content

Commit

Permalink
Rename decentraland to collectibles (decentraland#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jul 26, 2021
1 parent a4c880a commit 8391c2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Navigation = (props: Props) => {
<Tabs.Left>
<Link to={locations.browse()}>
<Tabs.Tab active={activeTab === NavigationTab.BROWSE}>
{t('navigation.decentraland')}
{t('navigation.collectibles')}
</Tabs.Tab>
</Link>
<Link to={locations.partners()}>
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/modules/translation/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"known_origin": "KnownOrigin"
},
"navigation": {
"decentraland": "Decentraland",
"collectibles": "Collectibles",
"partners": "Partners",
"my_assets": "My Assets",
"my_bids": "My Bids",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/modules/translation/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"known_origin": "KnownOrigin"
},
"navigation": {
"decentraland": "Decentraland",
"collectibles": "Coleccionables",
"partners": "Socios",
"my_assets": "Mi Inventario",
"my_bids": "Mis Ofertas",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/modules/translation/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"known_origin": "KnownOrigin"
},
"navigation": {
"decentraland": "Decentraland",
"collectibles": "藏品",
"partners": "伙伴",
"my_assets": "我的资产",
"my_bids": "我的出价",
Expand Down

0 comments on commit 8391c2f

Please sign in to comment.