From abb06e4ebd3965440010e762055dfb3cf7af13c8 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Fri, 28 Mar 2025 11:19:14 +0100 Subject: [PATCH] notifications: test: style fixup Other commits introduced a consistent style for handlebars expressions, this commit applies the same style to test notification templates. Signed-off-by: Lukas Wagner --- templates/default/test-body.html.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/test-body.html.hbs b/templates/default/test-body.html.hbs index 26a43dde..24454433 100644 --- a/templates/default/test-body.html.hbs +++ b/templates/default/test-body.html.hbs @@ -1 +1 @@ -This is a test of the notification target '{{ target }}'. +This is a test of the notification target '{{target}}'.