1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/resources/views/emails/confirm_text.blade.php

7 lines
231 B
PHP
Raw Normal View History

2015-03-16 22:45:25 +01:00
{{ trans('texts.confirmation_header') }}
{{ $invitationMessage . trans('texts.confirmation_message') }}
2015-04-05 21:15:37 +02:00
{{ URL::to("user/confirm/{$user->confirmation_code}") }}
2015-03-16 22:45:25 +01:00
{{ trans('texts.email_signature') }}
{{ trans('texts.email_from') }}