From f815bd5fd9229c88d09aa299b7302987897884e0 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 11 Jun 2023 04:47:07 +0200 Subject: [PATCH] [Glitch] Change "bot" label to "automated" Port 432a5d2d4bc307d9a9c7b484de96d3eb7926fa93 to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/account/components/header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/account/components/header.jsx b/app/javascript/flavours/glitch/features/account/components/header.jsx index 5d16dc44d..ca2eb37eb 100644 --- a/app/javascript/flavours/glitch/features/account/components/header.jsx +++ b/app/javascript/flavours/glitch/features/account/components/header.jsx @@ -314,7 +314,7 @@ class Header extends ImmutablePureComponent { let badge; if (account.get('bot')) { - badge = (
); + badge = (
); } else if (account.get('group')) { badge = (
); } else {