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> <head>
<meta name="viewport" content="width=device-width, initial-scale=1"> <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 %} {% block styles %}{% endblock %}

View File

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

View File

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