From a419bb9b61903cf448cc1dd22764cd6744bb5835 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 26 Feb 2024 14:02:12 +0800 Subject: [PATCH] Fix small typo --- src/components/report-modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/report-modal.jsx b/src/components/report-modal.jsx index f79ef558..6e74c24e 100644 --- a/src/components/report-modal.jsx +++ b/src/components/report-modal.jsx @@ -13,7 +13,7 @@ import Loader from './loader'; import Status from './status'; // NOTE: `dislike` hidden for now, it's actually not used for reporting -// Mastodon shows another screen for unfollowing, muting or blocking instead or reporting +// Mastodon shows another screen for unfollowing, muting or blocking instead of reporting const CATEGORIES = [, /*'dislike'*/ 'spam', 'legal', 'violation', 'other']; // `violation` will be set if there are `rule_ids[]`