Files
nextcloud-server-mirror/core/lostpassword/templates/email.php
T
2012-09-04 13:13:18 +03:00

2 lines
109 B
PHP

<?php
echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));