From 7021b8f2a6d674dc89dc0824b71be314fea5c5f9 Mon Sep 17 00:00:00 2001
From: Daniil Digtyar Vasilieva <daniildigtyar@gmail.com>
Date: Thu, 13 Jul 2023 11:44:22 +0200
Subject: [PATCH] [IMP] energy_selfconsumption: error messaege fix

---
 energy_selfconsumption/wizards/selfconsumption_import_wizard.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/energy_selfconsumption/wizards/selfconsumption_import_wizard.py b/energy_selfconsumption/wizards/selfconsumption_import_wizard.py
index 528aaa542..5d5b2b79b 100644
--- a/energy_selfconsumption/wizards/selfconsumption_import_wizard.py
+++ b/energy_selfconsumption/wizards/selfconsumption_import_wizard.py
@@ -143,7 +143,7 @@ class SelfconsumptionImportWizard(models.TransientModel):
 
         if supply_point and supply_point.partner_id != partner:
             return False, _(
-                "The supply point partner {supply_partner} and the partner {vat} in the subscription are different."
+                "The supply point partner {supply_partner} and the partner {vat} in the inscription are different."
             ).format(supply_partner=supply_point.partner_id.vat, vat=partner.vat)
 
         if not supply_point:
-- 
GitLab