From 2abec9ea2fdea1c2ac7272e9e32ac5ebc1195998 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 11 May 2021 23:51:03 +0200 Subject: [PATCH] Make new strings translatable --- views/apps_list.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/apps_list.pug b/views/apps_list.pug index ad885382..ae14a325 100644 --- a/views/apps_list.pug +++ b/views/apps_list.pug @@ -19,8 +19,8 @@ block content p= message if apps.length === 0 - p= "No rules created yet." - p= "They can be created by WHEN type commands." + p= _("No rules created yet.") + p= _("They can be created by WHEN type commands.") for app in apps div.row