diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue
index bb320be..362d9d3 100644
--- a/src/components/NotificationDialog.vue
+++ b/src/components/NotificationDialog.vue
@@ -13,7 +13,7 @@
@@ -103,28 +103,6 @@ export default {
}
return NotificationFormList[this.notification.type];
},
- translatedType() {
- return {
- "telegram": $t("telegram"),
- "webhook": $t("webhook"),
- "smtp": $t("smtp"),
- "discord": $t("discord"),
- "teams": $t("teams"),
- "signal": $t("signal"),
- "gotify": $t("gotify"),
- "slack": $t("slack"),
- "rocket.chat": $t("rocket.chat"),
- "pushover": $t("pushover"),
- "pushy": $t("pushy"),
- "octopush": $t("octopush"),
- "lunasea": $t("lunasea"),
- "apprise": $t("apprise"),
- "pushbullet": $t("pushbullet"),
- "line": $t("line"),
- "mattermost": $t("mattermostt"),
- "matrix": $t("matrix"),
- }[type];
- }
},
watch: {