From 6e4d94991b7b015f97fd892fd5dd16acc8485101 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Fri, 24 Nov 2023 15:23:12 +0100 Subject: [PATCH] Change coming soon apps label to upcoming apps (#4497) --- .changeset/pretty-humans-brush.md | 5 +++++ locale/defaultMessages.json | 16 ++++++++-------- src/apps/components/AppListPage/messages.ts | 4 ++-- src/apps/components/AppListRow/messages.ts | 4 ++-- 4 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 .changeset/pretty-humans-brush.md diff --git a/.changeset/pretty-humans-brush.md b/.changeset/pretty-humans-brush.md new file mode 100644 index 00000000000..355c2bb7b93 --- /dev/null +++ b/.changeset/pretty-humans-brush.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Updated translation messages (english) for Apps content. Now "coming soon" apps are displayed as "upcoming" diff --git a/locale/defaultMessages.json b/locale/defaultMessages.json index 9827da19846..923f26556b1 100644 --- a/locale/defaultMessages.json +++ b/locale/defaultMessages.json @@ -4786,10 +4786,6 @@ "context": "section header", "string": "Staff Member Information" }, - "VTq2gn": { - "context": "section header", - "string": "Coming Soon" - }, "VYK2nN": { "string": "Product details" }, @@ -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" @@ -6429,6 +6429,10 @@ "context": "product type name", "string": "Type Name" }, + "hJDnLg": { + "context": "section header", + "string": "Upcoming Apps" + }, "hJZwTS": { "string": "Email address" }, @@ -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}}" diff --git a/src/apps/components/AppListPage/messages.ts b/src/apps/components/AppListPage/messages.ts index d8f7affaa46..da6fff36866 100644 --- a/src/apps/components/AppListPage/messages.ts +++ b/src/apps/components/AppListPage/messages.ts @@ -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: { diff --git a/src/apps/components/AppListRow/messages.ts b/src/apps/components/AppListRow/messages.ts index db05216d10e..99b34043791 100644 --- a/src/apps/components/AppListRow/messages.ts +++ b/src/apps/components/AppListRow/messages.ts @@ -12,8 +12,8 @@ export const messages = defineMessages({ description: "button", }, releaseComingSoon: { - id: "oGIPb7", - defaultMessage: "Coming soon ({releaseDate})", + id: "gXvoFf", + defaultMessage: "{releaseDate}", description: "information", }, installationCloudOnly: {