From f9f71ba6732fc155828b9b78ea4ee8ccb41c4dbc Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Thu, 27 Jun 2019 06:24:35 +0200 Subject: [PATCH] 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 --- .../luci-theme-material/luasrc/view/themes/material/header.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
-
<%:Loading...%>
+
<%:Collecting data...%>
<% render_topmenu() %>
-- 2.25.1