From 57067b9af7e4d59e66a3ddaf675ff6aa00bcd075 Mon Sep 17 00:00:00 2001 From: Ernesto Ruiz Date: Sun, 6 Jul 2025 23:58:05 -0600 Subject: [PATCH] chore: add translation function to file_backup_notification template (#33231) --- frappe/templates/emails/file_backup_notification.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/templates/emails/file_backup_notification.html b/frappe/templates/emails/file_backup_notification.html index 7528e93570..a66799f3bc 100644 --- a/frappe/templates/emails/file_backup_notification.html +++ b/frappe/templates/emails/file_backup_notification.html @@ -1,6 +1,6 @@ Hello,
-

Please use following links to download file backup.

-

Public Files Backup: {{ backup_path_files }}

-

Private Files Backup: {{ backup_path_private_files }}

+

{{ _("Please use following links to download file backup.")

+

{{ _("Public Files Backup:") {{ backup_path_files }}

+

{{ _("Private Files Backup:") {{ backup_path_private_files }}