mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 18:58:51 +08:00
Fixed logic errors, removed dev leftovers
Fixed a logic error where a comma was used instead of an or, also removed leftover console.logs from testing. Date picker is now dissabled when don't expire is checked. Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
@@ -711,5 +711,6 @@
|
||||
"apiKey-inactive": "Inactive",
|
||||
"Expires": "Expires",
|
||||
"disableAPIKeyMsg": "Are you sure you want to disable this API key?",
|
||||
"deleteAPIKeyMsg": "Are you sure you want to delete this API key?"
|
||||
"deleteAPIKeyMsg": "Are you sure you want to delete this API key?",
|
||||
"Generate": "Generate"
|
||||
}
|
||||
|
Reference in New Issue
Block a user