diff --git a/client/src/components/shop-info/shop-info.general.component.jsx b/client/src/components/shop-info/shop-info.general.component.jsx
index acf553bb5..955b8c217 100644
--- a/client/src/components/shop-info/shop-info.general.component.jsx
+++ b/client/src/components/shop-info/shop-info.general.component.jsx
@@ -934,6 +934,8 @@ export function ShopInfoGeneral({ form, bodyshop }) {
}}
+
+ {/*Start Insurance Provider Row */}
+ {/*End Insurance Provider Row */}
+
{(fields, { add, remove, move }) => {
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 7a8d5e8ce..04cfd6471 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -277,7 +277,8 @@
"errors": {
"creatingdefaultview": "Error creating default view.",
"loading": "Unable to load shop details. Please call technical support.",
- "saving": "Error encountered while saving. {{message}}"
+ "saving": "Error encountered while saving. {{message}}",
+ "duplicate_insurance_company": "Duplicate insurance company name. Each insurance company name must be unique"
},
"fields": {
"ReceivableCustomField": "QBO Receivable Custom Field {{number}}",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index aa2299846..892fded6d 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -277,7 +277,8 @@
"errors": {
"creatingdefaultview": "",
"loading": "No se pueden cargar los detalles de la tienda. Por favor llame al soporte técnico.",
- "saving": ""
+ "saving": "",
+ "duplicate_insurance_company": ""
},
"fields": {
"ReceivableCustomField": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 91d2ab205..1256706b6 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -277,7 +277,8 @@
"errors": {
"creatingdefaultview": "",
"loading": "Impossible de charger les détails de la boutique. Veuillez appeler le support technique.",
- "saving": ""
+ "saving": "",
+ "duplicate_insurance_company": ""
},
"fields": {
"ReceivableCustomField": "",