aboutsummaryrefslogtreecommitdiff
path: root/changepassword.html
diff options
context:
space:
mode:
Diffstat (limited to 'changepassword.html')
-rw-r--r--changepassword.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/changepassword.html b/changepassword.html
index 2d15c92..ab57943 100644
--- a/changepassword.html
+++ b/changepassword.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
{include="includes"}
</head>
@@ -11,10 +11,10 @@
<h2 class="window-title">{"Change password"|t}</h2>
<form method="POST" action="#" name="changepasswordform" id="changepasswordform">
<div>
- <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus">
+ <input type="password" name="oldpassword" aria-label="{'Current password'|t}" placeholder="{'Current password'|t}" class="autofocus">
</div>
<div>
- <input type="password" name="setpassword" placeholder="{'New password'|t}">
+ <input type="password" name="setpassword" aria-label="{'New password'|t}" placeholder="{'New password'|t}">
</div>
<input type="hidden" name="token" value="{$token}">
<div>