Fix. Password change page's title now reflects its role
This commit is contained in:
parent
b74ea5d36a
commit
b6f8fe449a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue