Skip to content

Commit

Permalink
Update src/components/notifications/SendGrid.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
sctnightcore and CommanderStorm authored Oct 16, 2024
1 parent 6e2acd0 commit 598f8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/notifications/SendGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="mb-3">
<label for="sendgrid-cc-email" class="form-label">{{ $t("CC Email") }}</label>
<input id="sendgrid-cc-email" v-model="$parent.notification.sendgridCcEmail" type="email" class="form-control">
<small class="form-text text-muted">{{ $t("Separate multiple email addresses with commas") }}</small>
<div class="form-text">{{ $t("Separate multiple email addresses with commas") }}</div>
</div>
<div class="mb-3">
<label for="sendgrid-bcc-email" class="form-label">{{ $t("BCC Email") }}</label>
Expand Down

0 comments on commit 598f8e2

Please sign in to comment.