From d0ef4ed742de4f78e846f5fa8d41970969a8ebeb Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 30 Mar 2015 20:17:43 +0300 Subject: index.html: 'Welcome' -> 'Hello', avoid collision with 'Welcome Rhizi' mainpage --- res/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/templates/index.html b/res/templates/index.html index b8d29ddf..3d2d8ba5 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -34,7 +34,7 @@ var rz_config = { // set as a global variable - Welcome {{ rz_username }}!Logout + Hello {{ rz_username }}!Logout -- cgit v1.3.1