--- app/views/home/chat.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/views/home/chat.html.erb b/app/views/home/chat.html.erb index a007700..4ab00dd 100644 --- a/app/views/home/chat.html.erb +++ b/app/views/home/chat.html.erb @@ -3,6 +3,6 @@ <a href="https://tilde.chat">tildeverse irc network here</a><br> <a href="https://web.tilde.chat">webchat here</a>
- <p>new posts are mirrored to tilde.chat in #meta and #tildeverse</p> - <p>comments are mirrored to #tildeverse</p> + <p>new posts are linked on tilde.chat in #meta and #tildeverse</p> + <p>comments are posted to #tildeverse</p> </div>