From 68fa8e523e57567691f36083e21997168db78302 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 3 Mar 2022 14:49:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Fix=20string=20that=20made=20it?= =?UTF-8?q?=20into=205.1?= 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 4242695..ba4dd2e 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -240,7 +240,7 @@ problem manually, using your own Terminal app (this just shows you the output)." "alert.fix_homebrew_permissions_done.title" = "All file and folder permissions for Valet's dependencies have been restored."; "alert.fix_homebrew_permissions_done.subtitle" = "Because of this, all of Valet's services are currently no longer running. You can now interact with Homebrew, but your Valet sites will be unavailable as all services are disabled."; -"alert.fix_homebrew_permissions_done.desc" = "When you are done with Homebrew (after running `brew upgrade`, for example, you should restart PHP Monitor and select \"Restart All Services\" if you want Valet to work again. It is always recommended to restart PHP Monitor whenever you upgrade PHP versions with `brew upgrade`, or things might break."; +"alert.fix_homebrew_permissions_done.desc" = "When you are done with Homebrew (after running `brew upgrade`, for example) you should restart PHP Monitor and select \"Restart All Services\" if you want Valet to work again. It is always recommended to restart PHP Monitor whenever you upgrade PHP versions with `brew upgrade`, or things might break."; // PHP FPM Broken "alert.php_fpm_broken.title" = "PHP-FPM configuration is incorrect";