mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 13:23:15 +08:00
Apprise status translation key
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user