mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Localize some pages (#1284)
* Fix incorrect localization * Localize some pages
This commit is contained in:
parent
2e6739a593
commit
a8b773242e
6 changed files with 39 additions and 26 deletions
|
|
@ -51,7 +51,7 @@ for k,v in pairs(versions) do
|
|||
|
||||
if res == nil or res[1] == nil then
|
||||
totals["status"] = "error"
|
||||
totals["statusText"] = "Empty query response (database down or query killed/timed out?)"
|
||||
totals["statusText"] = i18n("db_explorer.empty_query_response")
|
||||
goto continue
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue