Fix. Password change page's title now reflects its role

This commit is contained in:
eoghan.conlon 2023-08-08 18:59:34 +01:00
parent b74ea5d36a
commit b6f8fe449a

View file

@ -2,7 +2,7 @@
<html lang="en-ie"> <html lang="en-ie">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Password reset</title> <title>Password change</title>
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png" /> <link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png" />
</head> </head>
<body> <body>