Apprise status translation key

This commit is contained in:
zsxeee
2021-09-22 22:15:50 +08:00
parent 6e9d12638c
commit 624f632a7a
3 changed files with 7 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ export default {
let name = ""
do {
name = this.$t("defaultNotificationName", [
this.$t(notificationKey).replace(/\(.+\)/, ""),
this.$t(notificationKey).replace(/\(.+\)/, "").trim(),
index++
]);
} while (this.$root.notificationList.find(it => it.name === name))