[pbs-devel] [PATCH proxmox-backup 2/2] notifications: tape load: move error message to separate line
Lukas Wagner
l.wagner at proxmox.com
Tue Aug 5 15:35:55 CEST 2025
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
templates/default/tape-load-body.txt.hbs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/default/tape-load-body.txt.hbs b/templates/default/tape-load-body.txt.hbs
index 1e2562c97..728717289 100644
--- a/templates/default/tape-load-body.txt.hbs
+++ b/templates/default/tape-load-body.txt.hbs
@@ -1,6 +1,6 @@
{{#if load-reason~}}
-The {{drive-type}} has the wrong or no tape(s) inserted. Error:
-{{load-reason}}
+The {{drive-type}} has the wrong or no tape(s) inserted.
+Error: {{load-reason}}
{{/if~}}
{{#if drive-is-changer~}}
--
2.47.2
More information about the pbs-devel
mailing list