fix some labels in settings

This commit is contained in:
Rie Takahashi 2023-02-22 03:44:47 +00:00
parent 3bf81ee0fa
commit b972aa1663

@ -52,7 +52,7 @@ const settings = definePluginSettings({
value: "ALL", value: "ALL",
default: true, default: true,
}, { }, {
label: "Only When added", label: "Only when added",
value: "CREATE", value: "CREATE",
}, { }, {
label: "Only when removed", label: "Only when removed",
@ -102,7 +102,7 @@ const settings = definePluginSettings({
type: OptionType.SELECT, type: OptionType.SELECT,
description: "Show a notification when you block or unblock a user", description: "Show a notification when you block or unblock a user",
options: [{ options: [{
label: "Blocked and Unblocked", label: "Blocking and Unblocking",
value: "ALL", value: "ALL",
default: true, default: true,
}, { }, {