Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/301#discussion_r196613262
--- Diff: guacamole/src/main/webapp/translations/en.json ---
@@ -750,7 +750,7 @@
"FORMAT_STARTDATE" : "@:APP.FORMAT_DATE_TIME_PRECISE",
- "HELP_SESSIONS" : "All currently-active Guacamole sessions are
listed here. If you wish to kill one or more sessions, check the box next to
those sessions and click \"Kill Sessions\". Killing a session will immediately
disconnect the user from the associated connection.",
+ "HELP_SESSIONS" : "Your currently-active Guacamole sessions are
listed here, and Administrators will be able to see currently-active sessions
for all users. If you wish to kill one or more sessions, check the box next to
those sessions and click \"Kill Sessions\". Killing a session will immediately
disconnect the user from the associated connection.",
--- End diff --
How about:
> This page will be populated with currently-active connections. The
connections listed and the ability to kill those connections is dependent upon
your access level. ...
That sound okay?
---