mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-29 06:28:50 +03:00
Chore: Rename select ID & add translation
This commit is contained in:
parent
7761e9a05e
commit
8955c3816b
2 changed files with 4 additions and 3 deletions
|
@ -12,11 +12,11 @@
|
|||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="webhook-content-type" class="form-label">{{
|
||||
<label for="webhook-request-body" class="form-label">{{
|
||||
$t("Request Body")
|
||||
}}</label>
|
||||
<select
|
||||
id="webhook-content-type"
|
||||
id="webhook-request-body"
|
||||
v-model="$parent.notification.webhookContentType"
|
||||
class="form-select"
|
||||
required
|
||||
|
|
|
@ -755,5 +755,6 @@
|
|||
"Group": "Group",
|
||||
"Monitor Group": "Monitor Group",
|
||||
"noGroupMonitorMsg": "Not Available. Create a Group Monitor First.",
|
||||
"Close": "Close"
|
||||
"Close": "Close",
|
||||
"Request Body": "Request Body"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue