diff options
Diffstat (limited to 'mod/install.php')
-rw-r--r-- | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index c80fb54fb..67c1a479e 100644 --- a/mod/install.php +++ b/mod/install.php @@ -64,7 +64,7 @@ function install_post(&$a) { function install_content(&$a) { - notice( t('Welcome to the Mistpark Social Network.') . EOL); + notice( t('Welcome to Friendika.') . EOL); $o .= check_htconfig(); if(strlen($o)) |