123456789101112 |
- <?php
- // Copyright 2019 Hackware SpA <human@hackware.cl>
- // Part of "Hackware Web Services Core", released under the MIT License terms.
- ?>
- <p>Bip bap boop,</p>
- <p><?= __('Accede a tu cuenta por medio del siguiente enlace: :link', ['link' => $email_token_link]) ?></p>
- <p><?= __('Estás recibiendo este correo porque alguien solicitó acceder a tu cuenta vía email, si no fuiste tu simplemente ignora este mensaje.') ?></p>
- <p><?= __('Buuurp tip tip tooop (despedida en idioma robot).') ?></p>
|