summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/sysauth.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/sysauth.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/sysauth.htm
index b5413ed36e..8a97bbd104 100644
--- a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/sysauth.htm
+++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/sysauth.htm
@@ -15,13 +15,13 @@
<div class="cbi-section">
<div class="cbi-section-node">
<div class="cbi-value">
- <label class="cbi-value-title" for="luci_username">Username</label>
+ <label class="cbi-value-title" for="luci_username"><%:Username%></label>
<div class="cbi-value-field">
<input name="luci_username" type="text"<%=attr("value", duser)%>>
</div>
</div>
<div class="cbi-value">
- <label class="cbi-value-title" for="luci_password">Password</label>
+ <label class="cbi-value-title" for="luci_password"><%:Password%></label>
<div class="cbi-value-field">
<input name="luci_password" type="password">
</div>