aboutsummaryrefslogtreecommitdiff
path: root/hotline/transaction_handlers_test.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-07-03 20:40:45 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-07-03 20:40:45 -0700
commitd29edb0a25c577f6490f21844fa13e13ba3e731e (patch)
treecf39b5767f7bd744ecf180e7e448a4fd1353f496 /hotline/transaction_handlers_test.go
parentedcafb1c0673218fb7c17d96c81bb9db4f806e58 (diff)
Fix refuse private chat error messaging
Diffstat (limited to 'hotline/transaction_handlers_test.go')
-rw-r--r--hotline/transaction_handlers_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go
index cb9e21f..e141c78 100644
--- a/hotline/transaction_handlers_test.go
+++ b/hotline/transaction_handlers_test.go
@@ -3429,7 +3429,7 @@ func TestHandleInviteNewChat(t *testing.T) {
ID: []byte{0, 0, 0, 0},
ErrorCode: []byte{0, 0, 0, 0},
Fields: []Field{
- NewField(fieldData, []byte("UserB does not accept private messages.")),
+ NewField(fieldData, []byte("UserB does not accept private chats.")),
NewField(fieldUserName, []byte("UserB")),
NewField(fieldUserID, []byte{0, 2}),
NewField(fieldOptions, []byte{0, 2}),