summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2019-06-27 06:24:35 +0200
committerMartin Schiller <ms@dev.tdt.de>2019-06-27 06:24:35 +0200
commitf9f71ba6732fc155828b9b78ea4ee8ccb41c4dbc (patch)
tree9edc4d01c161b6c9450d1aa47a0ab3d89f51b780 /themes/luci-theme-material
parent4566a733ae77bba59a205eb707461905807d0bb9 (diff)
luci-theme-material: change string 'Loading...' to 'Collecting data...'
It's better to reuse the already available and well translated string 'Collecting data...'. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'themes/luci-theme-material')
-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 2a7fe854d..9521314e1 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><%:Collecting data...%></span></div>
<div class="main-left">
<% render_topmenu() %>
</div>