summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/luasrc/view
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-12-21 09:56:31 +0100
committerJo-Philipp Wich <jo@mein.io>2021-12-21 09:57:33 +0100
commit6a60d2434e92b422d9eb47ca2282a8bafdbbba35 (patch)
tree419bd3a98ba3fa10859e2c21b1e3a97e95512845 /themes/luci-theme-bootstrap/luasrc/view
parentab25dd8e58f3654a394a24203ce6f04cecc951e0 (diff)
luci-theme-bootstrap: fix translation for username and password captions
Fixes: c81b09ec3d ("luci-theme-bootstrap: simplify login dialog") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/luasrc/view')
-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>