diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/UserManager/modal/ResetPasswordView.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/UserManager/modal/ResetPasswordView.js
index 9ba118b37488f117abe2c3271779a1b56fe8e5f1..0700c224863340d6676df76e0a2fb48b51e692ba 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/UserManager/modal/ResetPasswordView.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/UserManager/modal/ResetPasswordView.js
@@ -29,14 +29,14 @@ function ResetPasswordView(resetPasswordController, resetPasswordModel) {
 			_this._resetPasswordController.resetPassword();
 		});
 		
-		$window.append($('<legend>').append("Reset Password"));
+		$window.append($('<legend>').append("Change Password"));
 		
 		//
 		// Warning
 		//
 		$window.append($("<p>")
 				.append($("<span>", { class: "glyphicon glyphicon-info-sign" }))
-				.append(" The password reset only works with file authentication service."));
+				.append(" Password change only works with file authentication service."));
 		//
 		// User ID
 		//