registration/templates/email.php

3 lines
131 B
PHP

<?php
echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link: {link}'));