mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
Improving email contents
On email body, it usually appeared as the button to the website would take directly an action, so the text was changed to make sure the user will understand he is only going to access the website.
This commit is contained in:
parent
b168473002
commit
816ec4ed89
@ -6,7 +6,10 @@ Hi, {{$username}},
|
||||
<br>
|
||||
The item <em>{{$item->name}} ({{$item->product->name}})</em> is now available on **Share It**.
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://shareit.brunofontes.net/home">Take it</a> before anyone else.
|
||||
**Take It** before anyone else at the website:
|
||||
|
||||
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
|
||||
Share It!
|
||||
@endcomponent
|
||||
|
||||
@endcomponent
|
@ -5,12 +5,12 @@ Are you still using {{$item->name}}?
|
||||
|
||||
We just want to let you know that {{$waitingUser}} asked us to be alerted when this item were available.
|
||||
|
||||
So, if you are not using it anymore, please go to our site and...
|
||||
So, if you are not using it anymore, please **Return It** at the website:
|
||||
|
||||
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
|
||||
Return it!
|
||||
Share It!
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
@endcomponent
|
@ -3,12 +3,10 @@
|
||||
|
||||
Thank's for registering at **Share It!**
|
||||
|
||||
Your account was created and it is active. And you? Are you ready to Share It with your friends? :)
|
||||
Your account was created, but you still need to activate it. We've sent you another e-mail and we are ready to go!
|
||||
|
||||
And you? Are you ready to Share It with your friends? :)
|
||||
|
||||
@component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
|
||||
Share it!
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
Share It!
|
||||
@endcomponent
|
Loading…
Reference in New Issue
Block a user