Apprise status translation key

This commit is contained in:
zsxeee 2021-09-22 22:15:50 +08:00
parent 6e9d12638c
commit 624f632a7a
No known key found for this signature in database
GPG key ID: 895CFFFD8313B3B8
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))