diff --git a/locale/defaultMessages.json b/locale/defaultMessages.json index d3eea56bf..7a0da553b 100644 --- a/locale/defaultMessages.json +++ b/locale/defaultMessages.json @@ -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." }, diff --git a/src/apps/components/InstalledApps/InstalledApps.tsx b/src/apps/components/InstalledApps/InstalledApps.tsx index b84d620db..8c307cbf1 100644 --- a/src/apps/components/InstalledApps/InstalledApps.tsx +++ b/src/apps/components/InstalledApps/InstalledApps.tsx @@ -47,7 +47,7 @@ const InstalledApps: React.FC = ({ header={ diff --git a/src/categories/views/CategoryDetails.tsx b/src/categories/views/CategoryDetails.tsx index a6e74799a..bdd3c13e6 100644 --- a/src/categories/views/CategoryDetails.tsx +++ b/src/categories/views/CategoryDetails.tsx @@ -285,7 +285,7 @@ export const CategoryDetails: React.FC = ({ /> - + - Thirdparty Apps + Third-party Apps
- Thirdparty Apps + Third-party Apps
- Thirdparty Apps + Third-party Apps