chore: add translation function to file_backup_notification template (#33231)

This commit is contained in:
Ernesto Ruiz 2025-07-06 23:58:05 -06:00 committed by GitHub
parent 38c64da0d6
commit 57067b9af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
Hello,
<br>
<p> Please use following links to download file backup. </p>
<p> Public Files Backup: <a href='{{ backup_path_files }}'>{{ backup_path_files }}</a> </p>
<p> Private Files Backup: <a href='{{ backup_path_private_files }}'>{{ backup_path_private_files }}</a> </p>
<p> {{ _("Please use following links to download file backup.") </p>
<p> {{ _("Public Files Backup:") <a href='{{ backup_path_files }}'>{{ backup_path_files }}</a> </p>
<p> {{ _("Private Files Backup:") <a href='{{ backup_path_private_files }}'>{{ backup_path_private_files }}</a> </p>