diff options
author | Martin Schiller <ms@dev.tdt.de> | 2019-06-26 13:53:59 +0200 |
---|---|---|
committer | Martin Schiller <ms@dev.tdt.de> | 2019-06-26 13:53:59 +0200 |
commit | e633934a4a42564d31afa619103ac9b540c690f9 (patch) | |
tree | 219367780c59bb3fb8e4f941197234baa21d136a /themes/luci-theme-material | |
parent | 1fb68aad35a4b6e5e6c0cee65198439633b0e9fa (diff) |
luci-theme-material: make 'Loading...' text translatable
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.htm | 2 |
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> |