From 5e1345f0df7801f6bd6ff9636caddda835c6aa50 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Tue, 2 Sep 2025 12:26:36 +0530 Subject: [PATCH] backups: Trim translatable string Signed-off-by: Joseph Nuthalapati --- plinth/modules/backups/templates/backups_upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/backups/templates/backups_upload.html b/plinth/modules/backups/templates/backups_upload.html index bcd463114..61c40c813 100644 --- a/plinth/modules/backups/templates/backups_upload.html +++ b/plinth/modules/backups/templates/backups_upload.html @@ -14,7 +14,7 @@

{{ title }}

- {% blocktrans %} + {% blocktrans trimmed %} Upload a backup file downloaded from another {{ box_name }} to restore its contents. You can choose the apps you wish to restore after uploading a backup file.