Skip to content

Commit

Permalink
Rename the environment link (#4547)
Browse files Browse the repository at this point in the history
* Rename env link

* Rename env link
  • Loading branch information
andrzejewsky authored and poulch committed Dec 19, 2023
1 parent 8d0c8c9 commit ee824f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-peaches-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Rename env link to cloud
6 changes: 3 additions & 3 deletions locale/defaultMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2314,6 +2314,9 @@
"context": "delete app",
"string": "Deleting {name}, you will remove installation of the app. If you are paying for app subscription, remember to unsubscribe from the app in Saleor Marketplace. Are you sure you want to delete the app?"
},
"EXqb2l": {
"string": "Go to Saleor Cloud"
},
"EY/jqC": {
"string": "Last delivery attempt:"
},
Expand Down Expand Up @@ -8500,9 +8503,6 @@
"vfG+nh": {
"string": "Confirm Password"
},
"vgMjS5": {
"string": "Go to cloud"
},
"viFkCw": {
"context": "site settings section name",
"string": "Site Settings"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar/menu/EnvironmentLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const EnvironmentLink = () => {
<Box paddingY={1.5} gap={3} display="flex" alignItems="center">
<ArrowLeftIcon color="default2" size="medium" />
<Text size="small" variant="bodyEmp">
<FormattedMessage defaultMessage="Go to cloud" id="vgMjS5" />
<FormattedMessage defaultMessage="Go to Saleor Cloud" id="EXqb2l" />
</Text>
</Box>
</List.Item>
Expand Down

0 comments on commit ee824f2

Please sign in to comment.