From 6c1f36bca935632a4ce0d1d6944edf3e88c71eec Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Tue, 2 Mar 2021 10:04:27 +0100 Subject: [PATCH] fix chat timeout message --- modules/chat/src/main/ChatApi.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chat/src/main/ChatApi.scala b/modules/chat/src/main/ChatApi.scala index 93eaadd598..d8d8640de9 100644 --- a/modules/chat/src/main/ChatApi.scala +++ b/modules/chat/src/main/ChatApi.scala @@ -173,7 +173,7 @@ final class ChatApi( val line = c.hasRecentLine(user) option UserLine( username = systemUserId, title = None, - text = s"${user.username} was timed out 10 minutes for ${reason.name}.", + text = s"${user.username} was timed out 15 minutes for ${reason.name}.", troll = false, deleted = false )