mod_password_reset/password_reset/password_result.html
changeset 3388 4321c71cc535
parent 3386 7fc0200183c1
--- a/mod_password_reset/password_reset/password_result.html	Thu Nov 22 23:34:08 2018 +0000
+++ b/mod_password_reset/password_reset/password_result.html	Thu Nov 22 23:35:27 2018 +0000
@@ -2,13 +2,13 @@
 <html>
 <head>
 	<meta charset="utf-8">
-	<title>Password reset</title>
 	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Reset password</title>
 	<link rel="stylesheet" href="bootstrap.min.css">
 </head>
 <body>
 	<div class="container">
-		<h1>Password reset</h1>
+		<h1>Reset password</h1>
 		
 		<div class="alert {classes}">{message}</div>
 	</div>