Adds help text for Notify Channel option

This commit is contained in:
duane
2023-06-01 08:40:26 -05:00
parent 9a8bea5761
commit 1fa8c0f9fe
2 changed files with 4 additions and 0 deletions

View File

@@ -29,5 +29,8 @@
<input id="slack-channel-notify" v-model="$parent.notification.slackchannelnotify" type="checkbox" class="form-check-input">
<label for="slack-channel-notify" class="form-label">{{ $t("Notify Channel") }}</label>
</div>
<div class="form-text">
{{ $t("aboutNotifyChannel") }}
</div>
</div>
</template>