From ec59715b3d364b881b811c5672bfd4f90d64e8b6 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 1 Jan 2021 23:46:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Add=20info=20about=20`valet=20in?= =?UTF-8?q?stall`=20when=20running=20force=20reload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Localizable.strings b/phpmon/Localizable.strings index 7ecc52d..9a71400 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -50,7 +50,7 @@ // Force Reload Done "alert.force_reload_done.title" = "PHP has been force reloaded"; -"alert.force_reload_done.info" = "All appropriate services have been restarted, and the latest version of PHP is now active. You can now try switching to another version of PHP."; +"alert.force_reload_done.info" = "All appropriate services have been restarted, and the latest version of PHP is now active. You can now try switching to another version of PHP. If visiting sites still does not work, you may try running `valet install` again, this can fix a 502 issue (Bad Gateway)."; // PHP Monitor Cannot Start "alert.cannot_start.title" = "PHP Monitor cannot start";