chore: added a helptext for ntfy's priority field (#4175)

* added a helptext for `ntfy`'s `priority` field

* linting fixes

* removed an unnecessary `Math.max` call
This commit is contained in:
Frank Elsinga
2023-12-09 10:37:33 +01:00
committed by GitHub
parent b244e8fcbb
commit 777ef6bc7b
2 changed files with 11 additions and 0 deletions

View File

@@ -756,6 +756,8 @@
"lunaseaDeviceID": "Device ID",
"lunaseaUserID": "User ID",
"ntfyAuthenticationMethod": "Authentication Method",
"ntfyPriorityHelptextAllEvents": "All events are send with the maximum priority",
"ntfyPriorityHelptextAllExceptDown": "All events are send with this priority, except {0}-events, which have a priority of {1}",
"ntfyUsernameAndPassword": "Username and Password",
"twilioAccountSID": "Account SID",
"twilioApiKey": "Api Key (optional)",