diff options
-rw-r--r-- | Zotlabs/Module/Z6trans.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Z6trans.php b/Zotlabs/Module/Z6trans.php index 58dc09a51..0caf096c9 100644 --- a/Zotlabs/Module/Z6trans.php +++ b/Zotlabs/Module/Z6trans.php @@ -77,7 +77,7 @@ class Z6trans extends Controller { if($q) file_put_contents($path, $q); - $o = '<h2>' . t('Update to Hubzilla 5.0 setp 2') . '</h2><br>'; + $o = '<h2>' . t('Update to Hubzilla 5.0 step 2') . '</h2><br>'; $o .= '<h3>' . t('To complete the update please run') . '</h3>'; if(ACTIVE_DBTYPE == DBTYPE_MYSQL) |