Skip to content

Commit 6e05b6e

Browse files
author
mshivashankar
committed
small change in message
1 parent c4869fb commit 6e05b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asabiris/formatter/jinja/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async def format(self, template_path, template_params):
112112
raise ASABIrisError(
113113
ErrorCode.JINJA2_ERROR,
114114
tech_message="Jinja2 error '{}' occurred in template '{}'.".format(str(e), template_path),
115-
error_i18n_key="Jinja2 error: '{{jinja2_error}}' occurred in template: '{{template_path}}'.",
115+
error_i18n_key="We encountered a problem '{{jinja2_error}}' located at: '{{template_path}}'.",
116116
error_dict={
117117
"jinja2_error": str(e),
118118
"template_path": template_path

0 commit comments

Comments
 (0)