diff --git a/scheduler_error_mailer/i18n/scheduler_error_mailer.pot b/scheduler_error_mailer/i18n/scheduler_error_mailer.pot
index 4b969fbdc..3bc4c0155 100644
--- a/scheduler_error_mailer/i18n/scheduler_error_mailer.pot
+++ b/scheduler_error_mailer/i18n/scheduler_error_mailer.pot
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 13.0\n"
+"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -20,37 +20,36 @@ msgid ""
" \n"
"
\n"
"\n"
-"
Odoo tried to run the scheduler ${object.name or ''} in the database ${ctx.get('dbname')} but it failed. Here is the error message :
\n"
+"
Odoo tried to run the scheduler in the database but it failed. Here is the error message :
\n"
"\n"
"
\n"
-"${ctx.get('job_exception') or 'Failed to get the error message from the context.'}\n"
+"\n"
"\n"
"\n"
"
You may check the logs of the Odoo server to get more information about this failure.
\n"
"\n"
-"
Properties of the scheduler ${object.name or ''} :
\n"
+"
Properties of the scheduler :
\n"
"
\n"
-"- Model : ${object.model_id.name or ''}
\n"
-"- Python code :
${object.code or ''}
\n"
-"- Interval : ${object.interval_number or '0'} ${object.interval_type or ''}
\n"
-"- Number of calls : ${object.numbercall or '0'}
\n"
-"- Repeat missed : ${object.doall}
\n"
-"- User : ${object.user_id.name or ''}
\n"
+"- Model :
\n"
+"- Python code :
\n"
+"- Interval :
\n"
+"- Number of calls :
\n"
+"- Repeat missed :
\n"
+"- User :
\n"
"
\n"
"\n"
"
\n"
"--
\n"
"Automatic e-mail sent by Odoo. Do not reply.
\n"
-"Database : ${ctx.get('dbname')}\n"
+"Database : \n"
"
\n"
"
\n"
" \n"
-" "
+" "
msgstr ""
#. module: scheduler_error_mailer
#: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id
-#: model:ir.model.fields,field_description:scheduler_error_mailer.field_nsca_check__email_template_id
msgid "Error E-mail Template"
msgstr ""
@@ -59,9 +58,13 @@ msgstr ""
msgid "Scheduled Actions"
msgstr ""
+#. module: scheduler_error_mailer
+#: model:mail.template,name:scheduler_error_mailer.scheduler_error_mailer
+msgid "Scheduler Error"
+msgstr ""
+
#. module: scheduler_error_mailer
#: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id
-#: model:ir.model.fields,help:scheduler_error_mailer.field_nsca_check__email_template_id
msgid "Select the email template that will be sent when this scheduler fails."
msgstr ""
@@ -80,5 +83,5 @@ msgstr ""
#. module: scheduler_error_mailer
#: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
-msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
+msgid "[DB {{ctx.get('dbname')}}] Scheduler '{{object.name or ''}}' FAILED"
msgstr ""