mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update confirm email blade view
This commit is contained in:
parent
cc2f1e2ff9
commit
ea15943484
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
@component('mail::message')
|
||||
# Email Confirmation
|
||||
|
||||
Hello <b>{{ '@' . $verify->user->username}}</b>, please confirm your email address.
|
||||
Hello **{{'@'.$verify->user->username}}**, please confirm your email address.
|
||||
|
||||
If you did not create this account, please disregard this email.
|
||||
|
||||
|
|
Loading…
Reference in a new issue