diff options
Diffstat (limited to 'app/acf-util/logon-status-html.lsp')
-rw-r--r-- | app/acf-util/logon-status-html.lsp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/acf-util/logon-status-html.lsp b/app/acf-util/logon-status-html.lsp index 78d400e..3524716 100644 --- a/app/acf-util/logon-status-html.lsp +++ b/app/acf-util/logon-status-html.lsp @@ -2,5 +2,4 @@ <h1>User Status </h1> <p> Below is your current Session id <p> <?= view.stats.sessid.value ?> -<p>User account and role information may appear below.</p> -<pre><?= view.stats.checkme.value ?></pre> +<p>You are currently known to the system as <?= view.stats.checkme.value ?>.</p> |