diff --git a/mod/uimport.php b/mod/uimport.php index 6cca08cdaf..f61eab0a1b 100644 --- a/mod/uimport.php +++ b/mod/uimport.php @@ -67,7 +67,7 @@ function uimport_content(&$a) { 'intro' => t("You can import an account from another Friendica server."), 'instruct' => t("You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."), 'warn' => t("This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"), - 'field' => array('accountfile', t('Account file'),'', t('To export your accont, go to "Settings->Export your porsonal data" and select "Export account"')), + 'field' => array('accountfile', t('Account file'),'', t('To export your account, go to "Settings->Export your personal data" and select "Export account"')), ), )); }