fix(views/set_password): fix page title

I've added set_password.title – currently this
looks like a duplicate string to set_password.heading,
but there will be a separate change to this soon
This commit is contained in:
Panagiotis Papadopoulos
2025-01-07 23:08:36 +01:00
parent ee5a232d20
commit 5bfba405a1
9 changed files with 9 additions and 1 deletions
+1 -1
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><%= t("login.title") %></title>
<title><%= t("set_password.title") %></title>
<link rel="apple-touch-icon" sizes="180x180" href="<%= assetPath %>/images/app-icons/ios/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css">