X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=a423d11b8fbec3e912700f48a807f8c2c11fadc9;hb=e2e6b56c448da3a67fa25df118bbb7cbc3239664;hp=fc53e7112c70607485b71262435e5b68731440cc;hpb=c2dcff0d02e3e4ca5b728b6d3e41a07601163011;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index fc53e7112c..a423d11b8f 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -3,43 +3,49 @@ function newmember_content(&$a) { - $o = '

' . t('Welcome to Friendika') . '

'; + $o = '

' . t('Welcome to Friendica') . '

'; $o .= '

' . t('New Member Checklist') . '

'; $o .= '
'; - $o .= t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page.'); + $o .= t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.'); $o .= '
'; return $o; -} \ No newline at end of file +}