diff --git a/asabiris/formatter/jinja/service.py b/asabiris/formatter/jinja/service.py index 02dedfb0..b0e726c6 100644 --- a/asabiris/formatter/jinja/service.py +++ b/asabiris/formatter/jinja/service.py @@ -77,8 +77,8 @@ async def format(self, template_path, template_params): if b is None: raise ASABIrisError( ErrorCode.TEMPLATE_NOT_FOUND, - tech_message="Failed to render. Reason: Template {} does not exist".format(template_path), - error_i18n_key="Template '{{incorrect_path}}' does not exist", + tech_message="Failed to render. Reason: Template {} does not exist.".format(template_path), + error_i18n_key="Template '{{incorrect_path}}' does not exist.", error_dict={ "incorrect_path": template_path, }