Merge pull request #2793 from TDT-AG/pr/20190626-luci-theme-material-translation-fix

luci-theme-material: make 'Loading...' text translatable
This commit is contained in:
Jo-Philipp Wich 2019-06-26 14:00:58 +02:00 committed by GitHub
commit fb0fedca48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>