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",
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,
}, {