From 0e06b8d34ccb2e517b1e38ccab4954ca8133b11e Mon Sep 17 00:00:00 2001 From: Rie Takahashi Date: Wed, 22 Feb 2023 03:45:56 +0000 Subject: [PATCH] grammar lol --- src/plugins/relationshipNotifier.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relationshipNotifier.ts b/src/plugins/relationshipNotifier.ts index 05ac3877..c3aabbac 100644 --- a/src/plugins/relationshipNotifier.ts +++ b/src/plugins/relationshipNotifier.ts @@ -102,7 +102,7 @@ const settings = definePluginSettings({ type: OptionType.SELECT, description: "Show a notification when you block or unblock a user", options: [{ - label: "Blocking and Unblocking", + label: "Blocking and unblocking", value: "ALL", default: true, }, {