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