Changes 'Mention Channel' -> 'Notify Channel'

- Updates variable names
- Updates any Slack mention references
This commit is contained in:
duane
2023-06-01 08:23:13 -05:00
parent 376d84c742
commit 9a8bea5761
3 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,8 @@
</div>
<div class="form-check form-switch">
<input id="slack-channel-mention" v-model="$parent.notification.slackchannelmention" type="checkbox" class="form-check-input">
<label for="slack-channel-mention" class="form-label">{{ $t("Mention Channel") }}</label>
<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>
</template>