nextcloud/core/lostpassword/templates/email.php

2 lines
109 B
PHP
Raw Normal View History

<?php
2012-09-04 14:13:18 +04:00
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));