diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-06-20 15:48:17 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-20 15:48:17 -0700 |
commit | 336f7a8681ea658e1f972e49766e2831eac94324 (patch) | |
tree | 84585313267d50b4b6f8fe2a5cc65e25c9c3416c /httemplate/loginout | |
parent | 3a0640fe177929f91432435af0a82de1eead9f55 (diff) |
genericize logout page to not mention freeside, RT#18215
Diffstat (limited to 'httemplate/loginout')
-rw-r--r-- | httemplate/loginout/logout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/loginout/logout.html b/httemplate/loginout/logout.html index 40371d596..d8e1c634a 100644 --- a/httemplate/loginout/logout.html +++ b/httemplate/loginout/logout.html @@ -8,11 +8,11 @@ <BODY> <BR><BR> <CENTER> - You have logged out + You have logged out. </CENTER> <BR><BR> <CENTER> - Return to <a href="..">freeside</a> + You can <a href="..">log in</a> again. </CENTER> </BODY> </HTML> |