summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-27 02:55:23 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-27 02:55:23 +0200
commita1bbc9034939b6f8b5211629e1a6a0781d82a997 (patch)
treedd7349e308f0ddcd8afd0aa41439d5684cd3127b /web
parent246a8d3f8dc0ef1f88771ba87d67110e428cb420 (diff)
better text
Diffstat (limited to 'web')
-rw-r--r--web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index f12508a0cb..39794f21f9 100644
--- a/web/index.html
+++ b/web/index.html
@@ -601,7 +601,7 @@
var len, i, url, hostname, icon;
if(options.hosts.length > 1) {
- el += '<li><a href="#" onClick="return false;" style="color: #666;" target="_blank">remote databases mirrored to this host</a></li>';
+ el += '<li><a href="#" onClick="return false;" style="color: #666;" target="_blank">databases available on this host</a></li>';
a1 += '<li><a href="#" onClick="return false;"><i class="fa fa-info-circle" aria-hidden="true" style="color: #666;"></i></a></li>';
var base = document.location.origin.toString() + document.location.pathname.toString();