From 626f187177f2aad533555b835474d3c6ccabc86d Mon Sep 17 00:00:00 2001 From: Arnei Date: Mon, 20 Feb 2023 17:38:00 +0100 Subject: [PATCH] Update warning message for last_admin_warning Switches out a made-up word for a real phrase. --- src/components/structures/MatrixChat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index ad7c499773..006e435a5d 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -1149,8 +1149,8 @@ export default class MatrixChat extends React.PureComponent { { ' '/* Whitespace, otherwise the sentences get smashed together */ } { _t("You are the sole person with the highest role in this room. " + - "If you leave, the room could become unmoderable. Consider giving " + - "another user your role.") } + "If you leave, the room might not be able to be moderated anymore. " + + "Consider giving another user your role.") } )); }