mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 12:17:10 +00:00
Bruno Fontes
63ef369e16
Now the main page, item page and e-mails are translated into Brazilian Portuguese
17 lines
458 B
PHP
17 lines
458 B
PHP
@component('mail::message')
|
|
# @lang('Welcome, :username,', ['username' => $user->name])
|
|
|
|
|
|
@lang("Thank's for registering at **Share It!**")
|
|
|
|
|
|
@lang("Your account was created, but you still need to activate it. We've sent you another e-mail and we are ready to go!")
|
|
|
|
|
|
@lang("And you? Are you ready to Share It with your friends?")
|
|
|
|
|
|
@component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
|
|
{{ config('app.name') }}
|
|
@endcomponent
|
|
@endcomponent |