diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-30 20:17:43 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-01 22:25:54 +0300 |
| commit | d0ef4ed742de4f78e846f5fa8d41970969a8ebeb (patch) | |
| tree | 20d9a9b18faeb941e66ae373c537e60f2b71c315 /res | |
| parent | b76cad659a442beb7467338be1e5f701fb76fe58 (diff) | |
index.html: 'Welcome' -> 'Hello', avoid collision with 'Welcome Rhizi' mainpage
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <span id="top-bar_float-right"> <span class="top-bar__user-area"> <span id="profile-circle"></span> - <span class="profile-username">Welcome <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></span> + <span class="profile-username">Hello <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></span> </span> <span class="logo-3rd-party"><a tabindex="-1" href="http://cri-paris.org/"><img id="logo-3rd-party__CRI" src="/static/img/CRI-logo.png"></a></span> </span> |
