mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
server: Translate share 404
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user