From b972aa16630edb6b4b76079534abd505787271bc Mon Sep 17 00:00:00 2001 From: Rie Takahashi Date: Wed, 22 Feb 2023 03:44:47 +0000 Subject: [PATCH] fix some labels in settings --- src/plugins/relationshipNotifier.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/relationshipNotifier.ts b/src/plugins/relationshipNotifier.ts index d973f158..05ac3877 100644 --- a/src/plugins/relationshipNotifier.ts +++ b/src/plugins/relationshipNotifier.ts @@ -52,7 +52,7 @@ const settings = definePluginSettings({ value: "ALL", default: true, }, { - label: "Only When added", + label: "Only when added", value: "CREATE", }, { label: "Only when removed", @@ -102,7 +102,7 @@ const settings = definePluginSettings({ type: OptionType.SELECT, description: "Show a notification when you block or unblock a user", options: [{ - label: "Blocked and Unblocked", + label: "Blocking and Unblocking", value: "ALL", default: true, }, {