registration/templates/email.php

3 lines
132 B
PHP

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