mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update confirm email blade view, remove html5 entity that doesn't display properly
This commit is contained in:
parent
765b6187a9
commit
aa26fa1d03
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
@component('mail::message')
|
@component('mail::message')
|
||||||
# Email Confirmation
|
# Email Confirmation
|
||||||
|
|
||||||
Hello <b>@{{$verify->user->username}}</b>, please confirm your email address.
|
Hello <b>{{ '@' . $verify->user->username}}</b>, please confirm your email address.
|
||||||
|
|
||||||
If you did not create this account, please disregard this email.
|
If you did not create this account, please disregard this email.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue