-
-
-
- {{ $t("nostrRelaysHelp") }}
-
-
-
-
-
-
-
-
- {{ $t("nostrRecipientsHelp") }}
-
-
-
-
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 103097190b..7b5e6b6c71 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -18,7 +18,6 @@ import LineNotify from "./LineNotify.vue";
import LunaSea from "./LunaSea.vue";
import Matrix from "./Matrix.vue";
import Mattermost from "./Mattermost.vue";
-import Nostr from "./Nostr.vue";
import Ntfy from "./Ntfy.vue";
import Octopush from "./Octopush.vue";
import OneBot from "./OneBot.vue";
@@ -76,7 +75,6 @@ const NotificationFormList = {
"lunasea": LunaSea,
"matrix": Matrix,
"mattermost": Mattermost,
- "nostr": Nostr,
"ntfy": Ntfy,
"octopush": Octopush,
"OneBot": OneBot,
diff --git a/src/lang/en.json b/src/lang/en.json
index aa5e4434b9..39d02a3e12 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -755,10 +755,5 @@
"Group": "Group",
"Monitor Group": "Monitor Group",
"noGroupMonitorMsg": "Not Available. Create a Group Monitor First.",
- "Close": "Close",
- "nostrRelays": "Nostr relays",
- "nostrRelaysHelp": "One relay URL per line",
- "nostrSender": "Sender Private Key (nsec)",
- "nostrRecipients": "Recipients Public Keys (npub)",
- "nostrRecipientsHelp": "npub format, one per line"
+ "Close": "Close"
}