fix(ui): transactional email settings link on members page (#6491)
This commit is contained in:
parent
96b3e269c5
commit
edbc923c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
<h2>Invite New Member</h2>
|
||||
@if (isInstanceAdmin())
|
||||
<div class="pb-4 text-xs dark:text-warning">You need to configure (as root team) <a
|
||||
href="/settings#smtp" class="underline dark:text-warning">Transactional
|
||||
href="/settings/email" class="underline dark:text-warning">Transactional
|
||||
Emails</a>
|
||||
before
|
||||
you can invite a
|
||||
|
|
|
|||
Loading…
Reference in a new issue