diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-20 15:48:18 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-20 15:48:18 -0700 |
| commit | a184a6982b6aaa36e8604b0ff64824351c9107aa (patch) | |
| tree | af42cf368e686520467451b73c50225ce843b810 | |
| parent | 6e92e7483733db9814b1097e88ed91d752faadfe (diff) | |
genericize logout page to not mention freeside, RT#18215
| -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> |
