Skip to content

Commit 73a22b4

Browse files
IngmarSteinCopilot
andcommitted
Update tronbyt_server/templates/base.html
Co-authored-by: Copilot <[email protected]>
1 parent 2be47ea commit 73a22b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tronbyt_server/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55
</head>
6-
<title>{% if self.title() %}{% block title %}{% endblock %} - {% endif %}Tronbyt Manager</title>
6+
<title>{% if self.title() %}{% block title %}{% endblock %} - {% endif %}{{ _('Tronbyt Manager') }}</title>
77
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}">
88
<link rel="stylesheet" href="{{ url_for('static', filename='css/w3.css') }}">
99
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">

0 commit comments

Comments
 (0)