Corrected template files

This commit is contained in:
Ryonia Coruscare 2019-09-05 13:15:59 +12:00
parent 17c1a12e60
commit 921e5de249
Signed by: ryonia
GPG Key ID: 5040C0F02BC53C5A
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<h3><i class="fa fa-discord fa-fw"></i>Slack</h3>
<h3><i class="fa fa-discord fa-fw"></i>Discord</h3>
<div class="panel">
<?= $this->form->label(t('Webhook URL'), 'discord_webhook_url') ?>
<?= $this->form->text('discord_webhook_url', $values) ?>

View File

@ -1,4 +1,4 @@
<h3><i class="fa fa-discord fa-fw"></i>Slack</h3>
<h3><i class="fa fa-discord fa-fw"></i>Discord</h3>
<div class="panel">
<?= $this->form->label(t('Webhook URL'), 'discord') ?>
<?= $this->form->text('discord_webhook_url', $values) ?>

View File

@ -1,4 +1,4 @@
<h3><i class="fa fa-discord fa-fw"></i>Slack</h3>
<h3><i class="fa fa-discord fa-fw"></i>Discord</h3>
<div class="panel">
<?= $this->form->label(t('Webhook URL'), 'discord_webhook_url') ?>
<?= $this->form->text('discord_webhook_url', $values) ?>