From 6b8c68b05867866e56935fe736c1043c70785270 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 9 Jun 2022 18:22:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Tweak=20phrasing=20of=20isolatio?= =?UTF-8?q?n=20info?= 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 6e69e65..5d7841d 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -303,7 +303,7 @@ problem manually, using your own Terminal app (this just shows you the output)." // Composer Version -"alert.composer_php_isolated.desc" = "This site has been isolated, which means that Valet serves PHP %@ for this site specifically (the global version is %@)."; +"alert.composer_php_isolated.desc" = "This site has been isolated, which means that Valet serves PHP %@ for this site specifically. The global version is currently PHP %@."; "alert.composer_php_requirement.title" = "'%@' requires PHP %@."; "alert.composer_php_requirement.unable_to_determine" = "Unable to determine PHP requirement"; "alert.composer_php_requirement.type.unknown" = "PHP Monitor was unable to determine which version of PHP is required for this domain. The constraint may be determined if you have a `composer.json` or a `.valetphprc` file in your project's directory.";