Skip to content

Commit

Permalink
Change coming soon apps label to upcoming apps (#4497)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Nov 24, 2023
1 parent 9ea7b26 commit 6e4d949
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-humans-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Updated translation messages (english) for Apps content. Now "coming soon" apps are displayed as "upcoming"
16 changes: 8 additions & 8 deletions locale/defaultMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4786,10 +4786,6 @@
"context": "section header",
"string": "Staff Member Information"
},
"VTq2gn": {
"context": "section header",
"string": "Coming Soon"
},
"VYK2nN": {
"string": "Product details"
},
Expand Down Expand Up @@ -6327,6 +6323,10 @@
"context": "empty list message",
"string": "You haven’t assigned any member to this permission group yet."
},
"gXvoFf": {
"context": "information",
"string": "{releaseDate}"
},
"gZHmaV": {
"context": "plugin filters error messages channels",
"string": "No channels selected"
Expand Down Expand Up @@ -6429,6 +6429,10 @@
"context": "product type name",
"string": "Type Name"
},
"hJDnLg": {
"context": "section header",
"string": "Upcoming Apps"
},
"hJZwTS": {
"string": "Email address"
},
Expand Down Expand Up @@ -7424,10 +7428,6 @@
"context": "order status",
"string": "Unfulfilled"
},
"oGIPb7": {
"context": "information",
"string": "Coming soon ({releaseDate})"
},
"oHbgcK": {
"context": "PageTypeDeleteWarningDialog title",
"string": "Delete page {selectedTypesCount,plural,one{type} other{types}}"
Expand Down
4 changes: 2 additions & 2 deletions src/apps/components/AppListPage/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const messages = defineMessages({
description: "section header",
},
comingSoonApps: {
id: "VTq2gn",
defaultMessage: "Coming Soon",
id: "hJDnLg",
defaultMessage: "Upcoming Apps",
description: "section header",
},
nothingInstalledPlaceholder: {
Expand Down
4 changes: 2 additions & 2 deletions src/apps/components/AppListRow/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const messages = defineMessages({
description: "button",
},
releaseComingSoon: {
id: "oGIPb7",
defaultMessage: "Coming soon ({releaseDate})",
id: "gXvoFf",
defaultMessage: "{releaseDate}",
description: "information",
},
installationCloudOnly: {
Expand Down

0 comments on commit 6e4d949

Please sign in to comment.