server: Translate share 404

This commit is contained in:
Elian Doran
2024-09-08 20:25:38 +03:00
parent 947c50353d
commit e565d29490
4 changed files with 15 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Setup</title>
<title><%= t("setup.title") %></title>
<style>
.lds-ring {

View File

@@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="../favicon.ico">
<title>Not found</title>
<title><%= t("share_404.title") %></title>
</head>
<body>
<h1>Not found</h1>
<h1><%= t("share_404.heading") %></h1>
</body>
</html>