Fix incorrect messages

This commit is contained in:
dominik-zeglen 2020-08-12 14:09:46 +02:00
parent c8a96acdea
commit ccee92a8d0
4 changed files with 10 additions and 7 deletions

View file

@ -557,9 +557,9 @@
"context": "apps content", "context": "apps content",
"string": "You dont have any installed apps in your dashboard" "string": "You dont have any installed apps in your dashboard"
}, },
"src_dot_apps_dot_components_dot_InstalledApps_dot_2008086393": { "src_dot_apps_dot_components_dot_InstalledApps_dot_3504763431": {
"context": "section header", "context": "section header",
"string": "Thirdparty Apps" "string": "Third-party Apps"
}, },
"src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": { "src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": {
"context": "section header", "context": "section header",
@ -1055,6 +1055,9 @@
"context": "dialog title", "context": "dialog title",
"string": "Delete products" "string": "Delete products"
}, },
"src_dot_categories_dot_views_dot_3296953393": {
"string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront."
},
"src_dot_categories_dot_views_dot_3488150607": { "src_dot_categories_dot_views_dot_3488150607": {
"string": "Remember this will also delete all products assigned to this category." "string": "Remember this will also delete all products assigned to this category."
}, },

View file

@ -47,7 +47,7 @@ const InstalledApps: React.FC<InstalledAppsProps> = ({
header={ header={
<CardTitle <CardTitle
title={intl.formatMessage({ title={intl.formatMessage({
defaultMessage: "Thirdparty Apps", defaultMessage: "Third-party Apps",
description: "section header" description: "section header"
})} })}
/> />

View file

@ -285,7 +285,7 @@ export const CategoryDetails: React.FC<CategoryDetailsProps> = ({
/> />
</DialogContentText> </DialogContentText>
<DialogContentText> <DialogContentText>
<FormattedMessage defaultMessage="Remember this will also delete all products assigned to this category." /> <FormattedMessage defaultMessage="Remember this will also unpin all products assigned to this category, making them unavailable in storefront." />
</DialogContentText> </DialogContentText>
</ActionDialog> </ActionDialog>
<ActionDialog <ActionDialog

View file

@ -10722,7 +10722,7 @@ exports[`Storyshots Views / Apps / Apps list default 1`] = `
<span <span
class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id" class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id"
> >
Thirdparty Apps Third-party Apps
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -11142,7 +11142,7 @@ exports[`Storyshots Views / Apps / Apps list loading 1`] = `
<span <span
class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id" class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id"
> >
Thirdparty Apps Third-party Apps
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"
@ -11441,7 +11441,7 @@ exports[`Storyshots Views / Apps / Apps list no data 1`] = `
<span <span
class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id" class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id"
> >
Thirdparty Apps Third-party Apps
</span> </span>
<div <div
class="CardTitle-toolbar-id" class="CardTitle-toolbar-id"