diff --git a/mod/register.php b/mod/register.php index 3532f92e8d..9b81ecabb2 100644 --- a/mod/register.php +++ b/mod/register.php @@ -278,7 +278,9 @@ function register_content(&$a) { '$nickname' => $nickname, '$license' => $license, '$sitename' => $a->get_hostname(), - + '$importh' => t('Import'), + '$importt' => t('Import your profile to this friendica instance'), + )); return $o; diff --git a/view/templates/register.tpl b/view/templates/register.tpl index 5e655cd82e..ff650e2470 100644 --- a/view/templates/register.tpl +++ b/view/templates/register.tpl @@ -62,7 +62,11 @@
- + +

{{$importh}}

+
+ {{$importt}} +
{{$license}}