diff options
| -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> |
