luci-theme-material: change string 'Loading...' to 'Collecting data...' 2796/head
authorMartin Schiller <ms@dev.tdt.de>
Thu, 27 Jun 2019 04:24:35 +0000 (06:24 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Thu, 27 Jun 2019 04:24:35 +0000 (06:24 +0200)
It's better to reuse the already available and well translated string
'Collecting data...'.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
themes/luci-theme-material/luasrc/view/themes/material/header.htm

index 2a7fe854d052f69826b4e859463962dda0ee44a6..9521314e1f066551c67a8fd052241565e635a86e 100644 (file)
        </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>