Fix incorrect messages
This commit is contained in:
parent
c8a96acdea
commit
ccee92a8d0
4 changed files with 10 additions and 7 deletions
|
@ -557,9 +557,9 @@
|
|||
"context": "apps content",
|
||||
"string": "You don’t 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",
|
||||
"string": "Thirdparty Apps"
|
||||
"string": "Third-party Apps"
|
||||
},
|
||||
"src_dot_apps_dot_components_dot_Marketplace_dot_2932910073": {
|
||||
"context": "section header",
|
||||
|
@ -1055,6 +1055,9 @@
|
|||
"context": "dialog title",
|
||||
"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": {
|
||||
"string": "Remember this will also delete all products assigned to this category."
|
||||
},
|
||||
|
|
|
@ -47,7 +47,7 @@ const InstalledApps: React.FC<InstalledAppsProps> = ({
|
|||
header={
|
||||
<CardTitle
|
||||
title={intl.formatMessage({
|
||||
defaultMessage: "Thirdparty Apps",
|
||||
defaultMessage: "Third-party Apps",
|
||||
description: "section header"
|
||||
})}
|
||||
/>
|
||||
|
|
|
@ -285,7 +285,7 @@ export const CategoryDetails: React.FC<CategoryDetailsProps> = ({
|
|||
/>
|
||||
</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>
|
||||
</ActionDialog>
|
||||
<ActionDialog
|
||||
|
|
|
@ -10722,7 +10722,7 @@ exports[`Storyshots Views / Apps / Apps list default 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id"
|
||||
>
|
||||
Thirdparty Apps
|
||||
Third-party Apps
|
||||
</span>
|
||||
<div
|
||||
class="CardTitle-toolbar-id"
|
||||
|
@ -11142,7 +11142,7 @@ exports[`Storyshots Views / Apps / Apps list loading 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id"
|
||||
>
|
||||
Thirdparty Apps
|
||||
Third-party Apps
|
||||
</span>
|
||||
<div
|
||||
class="CardTitle-toolbar-id"
|
||||
|
@ -11441,7 +11441,7 @@ exports[`Storyshots Views / Apps / Apps list no data 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id CardTitle-title-id MuiTypography-h5-id"
|
||||
>
|
||||
Thirdparty Apps
|
||||
Third-party Apps
|
||||
</span>
|
||||
<div
|
||||
class="CardTitle-toolbar-id"
|
||||
|
|
Loading…
Reference in a new issue