Skip to content

Commit

Permalink
Chore: Rename select ID & add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
chakflying committed May 31, 2023
1 parent 9d76574 commit bfacf92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/notifications/Webhook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,5 +722,6 @@
"twilioAccountSID": "Account SID",
"twilioAuthToken": "Auth Token",
"twilioFromNumber": "From Number",
"twilioToNumber": "To Number"
"twilioToNumber": "To Number",
"Request Body": "Request Body"
}

0 comments on commit bfacf92

Please sign in to comment.