tweak: fix 'test email' btn (#3026)
This commit is contained in:
parent
0d0eb36de4
commit
4a28c22d79
1 changed files with 6 additions and 8 deletions
|
|
@ -230,14 +230,12 @@
|
|||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item>
|
||||
<q-item-section>
|
||||
<q-btn
|
||||
@click="sendTestEmail()"
|
||||
label="Send Test Email Notification"
|
||||
color="primary"
|
||||
class="q-mt-md"
|
||||
></q-btn>
|
||||
</q-item-section>
|
||||
<q-btn
|
||||
@click="sendTestEmail()"
|
||||
:label="$t('notifications_send_test_email')"
|
||||
color="primary"
|
||||
class="q-mt-md"
|
||||
></q-btn>
|
||||
</q-item>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue