summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-06-26 14:00:58 +0200
committerGitHub <noreply@github.com>2019-06-26 14:00:58 +0200
commitfb0fedca48c745cff04100aa1ca6447bafe12233 (patch)
tree219367780c59bb3fb8e4f941197234baa21d136a
parent1fb68aad35a4b6e5e6c0cee65198439633b0e9fa (diff)
parente633934a4a42564d31afa619103ac9b540c690f9 (diff)
Merge pull request #2793 from TDT-AG/pr/20190626-luci-theme-material-translation-fix
luci-theme-material: make 'Loading...' text translatable
-rw-r--r--themes/luci-theme-material/luasrc/view/themes/material/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm
index f463ef5cb..2a7fe854d 100644
--- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm
+++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm
@@ -219,7 +219,7 @@
</div>
</header>
<div class="main">
- <div style="" class="loading"><span><div class="loading-img"></div>Loading...</span></div>
+ <div style="" class="loading"><span><div class="loading-img"></div><%:Loading...%></span></div>
<div class="main-left">
<% render_topmenu() %>
</div>