Fix automod messages not being parsed/showing up properly (#2742)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
apa420
2021-05-08 14:14:49 +02:00
committed by GitHub
parent 0c2617dc99
commit c40bdf812b
4 changed files with 129 additions and 33 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ MessageBuilder::MessageBuilder(const AutomodUserAction &action)
break;
case AutomodUserAction::RemovePermitted: {
text = QString("%1 removed %2 as a permitted term term on AutoMod.")
text = QString("%1 removed %2 as a permitted term on AutoMod.")
.arg(action.source.name)
.arg(action.message);
}