summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-07-07 22:34:25 -0400
committerDavid Gay <david@davidgay.org>2021-07-07 22:34:25 -0400
commit42fdbb46c435da186467a192d4f44642a60656a5 (patch)
treea692401308c9dc6610c4b0c3239a34752f63cf0d /app
parentd373e5b22925cc8078628e22964d62ae9634e603 (diff)
Forgot to update explainer text on chat history page
Diffstat (limited to 'app')
-rw-r--r--app/views/chat_messages/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/chat_messages/index.html.erb b/app/views/chat_messages/index.html.erb
index 8791e7b..583f83e 100644
--- a/app/views/chat_messages/index.html.erb
+++ b/app/views/chat_messages/index.html.erb
@@ -2,7 +2,7 @@
Chat History
</h1>
-<p class="mb-4">Last 2,000 messages listed from newest to oldest.</p>
+<p class="mb-4">Last 1,000 messages listed from newest to oldest.</p>
<div class="text-sm">
<%= render "chat_messages/list" %>