Update notification labels in Discord and Telegram settings

This commit is contained in:
Andras Bacsai 2024-01-17 12:23:58 +01:00
parent a635e51486
commit 4abcb2d5b9
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
@endif
</div>
<div class="w-48">
<x-forms.checkbox instantSave id="team.discord_enabled" label="Notification Enabled" />
<x-forms.checkbox instantSave id="team.discord_enabled" label="Enabled" />
</div>
<x-forms.input type="password"
helper="Generate a webhook in Discord.<br>Example: https://discord.com/api/webhooks/...." required

View File

@ -13,7 +13,7 @@
@endif
</div>
<div class="w-48">
<x-forms.checkbox instantSave id="team.telegram_enabled" label="Notification Enabled" />
<x-forms.checkbox instantSave id="team.telegram_enabled" label="Enabled" />
</div>
<div class="flex gap-2">
<x-forms.input type="password"