+
diff --git a/client/src/pages/manage/manage.page.component.jsx b/client/src/pages/manage/manage.page.component.jsx
index 5b0741f9a..32929bb41 100644
--- a/client/src/pages/manage/manage.page.component.jsx
+++ b/client/src/pages/manage/manage.page.component.jsx
@@ -16,6 +16,7 @@ import FcmNotification from "../../components/fcm-notification/fcm-notification.
import HeaderContainer from "../../components/header/header.container";
import JiraSupportComponent from "../../components/jira-support-widget/jira-support-widget.component";
import LoadingSpinner from "../../components/loading-spinner/loading-spinner.component";
+import PartnerPingComponent from "../../components/partner-ping/partner-ping.component";
import PrintCenterModalContainer from "../../components/print-center-modal/print-center-modal.container";
import TestComponent from "../../components/_test/test.component";
import { QUERY_STRIPE_ID } from "../../graphql/bodyshop.queries";
@@ -177,6 +178,7 @@ export function Manage({ match, conflict }) {
+
{conflict ? (
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index c10c18eaa..5e186ca7c 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -770,8 +770,10 @@
"exception": "$t(titles.app) has encountered an error. Please try again. If the problem persists, please submit a support ticket or contact us.",
"newversionmessage": "Click refresh below to update to the latest available version of ImEX Online.",
"newversiontitle": "New version of ImEX Online Available",
+ "noacctfilepath": "There is no accounting file path set. You will not be able to export any items.",
"notfoundsub": "Please make sure that you have access to the data or that the link is correct.",
"notfoundtitle": "We couldn't find what you're looking for...",
+ "partnernotrunning": "ImEX Online has detected that the partner is not running. Please ensure it is running to enable full functionality.",
"rbacunauth": "You are not authorized to view this content. Please reach out to your shop manager to change your access level.",
"unsavedchanges": "You have unsaved changes.",
"unsavedchangespopup": "You have unsaved changes. Are you sure you want to leave?"
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index a3a3bddd2..e7da811b1 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -770,8 +770,10 @@
"exception": "",
"newversionmessage": "",
"newversiontitle": "",
+ "noacctfilepath": "",
"notfoundsub": "",
"notfoundtitle": "",
+ "partnernotrunning": "",
"rbacunauth": "",
"unsavedchanges": "Usted tiene cambios no guardados.",
"unsavedchangespopup": ""
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index bb4274969..b469cbfa5 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -770,8 +770,10 @@
"exception": "",
"newversionmessage": "",
"newversiontitle": "",
+ "noacctfilepath": "",
"notfoundsub": "",
"notfoundtitle": "",
+ "partnernotrunning": "",
"rbacunauth": "",
"unsavedchanges": "Vous avez des changements non enregistrés.",
"unsavedchangespopup": ""