X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInstall.php;h=abf76023798f0912b11bc9c5f62c007e8f84e572;hb=8038c1b04ffa723ebd28610fb72927d8d21b3577;hp=e8093095b036438a95bc2f9d1a2ca02a1fc000a3;hpb=dbb7022ca530e76671c6f66ca6553f8fc7ff2353;p=friendica.git diff --git a/src/Module/Install.php b/src/Module/Install.php index e8093095b0..abf7602379 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -228,7 +228,7 @@ class Install extends BaseModule '$system_url' => ['system-url', $this->t('The Friendica system URL'), (string)$baseUrl, - $this->t('Overwrite this field in case the system URL determination isn\'t right, otherwise leave it as is.'), + $this->t("Overwrite this field in case the system URL determination isn't right, otherwise leave it as is."), $this->t('Required')], '$php_path' => $configCache->get('config', 'php_path'), '$submit' => $this->t('Submit'),