mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 03:06:35 +08:00
fix(edit-monitor): fix minification of translations containing { }
This commit is contained in:
@@ -204,6 +204,6 @@ export default {
|
||||
PushUrl: "Push URL",
|
||||
HeadersInvalidFormat: "Headers hebben een incorrect formaat: \"key: waarde <new line> key: waarde <new line>...\"",
|
||||
BodyInvalidFormat: "De request body is geen geldige JSON: ",
|
||||
BodyPlaceholder: "{\n\t\"id\": 124357,\n\t\"gebruikersnaam\": \"admin\",\n\t\"wachtwoord\": \"mijnAdminWachtwoord\"\n}",
|
||||
BodyPlaceholder: "{\n\t\"id\": 124357,\n\t\"gebruikersnaam\": \"admin\",\n\t\"wachtwoord\": \"mijnAdminWachtwoord\"\n}",
|
||||
HeadersPlaceholder: "Authorization: Bearer abc123\nContent-Type: application/json",
|
||||
};
|
||||
|
Reference in New Issue
Block a user