mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-27 00:35:53 -04:00
Apprise status translation key
This commit is contained in:
parent
6e9d12638c
commit
624f632a7a
3 changed files with 7 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue