BUGFIX: added translation for title

This commit is contained in:
Jeroen De Meerleer 2022-06-16 13:25:09 +02:00
parent a5f5443868
commit a3ce6cc9e2
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
3 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Webcron management :: {% block title %}{% endblock %}</title>
<title>{{ "title" | trans } :: {% block title %}{% endblock %}</title>
{% block styles %}{% endblock %}

View File

@ -1,3 +1,4 @@
title: "Webcron management"
menu:
overview: "Overview"
add: "Add a new cronjob"
@ -19,7 +20,7 @@ index:
header: "Overview of the cronjobs"
table:
headers:
name: "Hame"
name: "Name"
host: "Host"
interval: "Interval"
nextrun: "Nextrun"

View File

@ -1,3 +1,4 @@
title: "Webcron management"
menu:
overview: "Overzicht"
add: "Taak toevoegen"