- <h2>Thanks for registering!</h2>
- <p>Please check your email and click the confirmation button to access {{ setting('app-name', 'BookStack') }}.</p>
+ <h2>{{ trans('auth.register_thanks') }}</h2>
+ <p>{{ trans('auth.register_confirm', ['appName' => setting('app-name')]) }}</p>