This commit is contained in:
Alec Armbruster 2023-06-27 14:31:53 -04:00
parent 086052a69a
commit 0b7e2b7e4d
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B

View file

@ -339,7 +339,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
shrunkenLabelClasses: "text-danger",
})}
{true &&
{cv.creator.bot_account &&
this.getRoleLabelPill({
label: I18NextService.i18n.t("bot_account").toLowerCase(),
tooltip: I18NextService.i18n.t("bot_account"),