valise.chapril.org-tools/nextcloud/theme/chapril/apps/registration/templates/email.validate_plaintext.php

4 lines
125 B
PHP

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