Text updates
This commit is contained in:
parent
05b3a77ef9
commit
c3376e6ae6
2 changed files with 4 additions and 1 deletions
|
@ -223,6 +223,9 @@
|
|||
>
|
||||
Add new recipient
|
||||
</h2>
|
||||
<p class="mt-4 text-grey-700">
|
||||
Enter the individual email of the new recipient you'd like to add.
|
||||
</p>
|
||||
<div class="mt-6">
|
||||
<p v-show="errors.newRecipient" class="mb-3 text-red-500">
|
||||
{{ errors.newRecipient }}
|
||||
|
|
|
@ -253,7 +253,7 @@
|
|||
|
||||
<div class="mt-4 w-24 border-b-2 border-grey-200"></div>
|
||||
|
||||
<p class="mt-6">The from name is shown when you reply anonymously to a forwarded email. If set to empty then a default from name will be used for each alias e.g. "ebay@johndoe.anonaddy.me via AnonAddy"</p>
|
||||
<p class="mt-6">The from name is shown when you reply anonymously to a forwarded email. If set to empty then a default from name will be used for each alias e.g. "ebay{{ '@'.$user->username }}.anonaddy.me via AnonAddy".</p>
|
||||
|
||||
<div class="mt-6 flex flex-wrap mb-4">
|
||||
<label for="from_name" class="block text-grey-700 text-sm mb-2">
|
||||
|
|
Loading…
Add table
Reference in a new issue