From 5c1908668f0d55225ab940271eb8e808439c44d2 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 3 Feb 2022 10:57:41 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Adjust=20path=20in=20compo?= =?UTF-8?q?ser=20symlink=20recommendation=20(#115)?= 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 a1c6136..8552289 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -180,7 +180,7 @@ // Composer Update "alert.composer_missing.title" = "Composer not found!"; -"alert.composer_missing.info" = "Make sure you have Composer available in `/usr/local/bin/composer`. If Composer is located somewhere else, please create a symlink, like so (make sure to use the correct path):\n\n`ln -s /path/to/composer /user/local/bin`."; +"alert.composer_missing.info" = "Make sure you have Composer available in `/usr/local/bin/composer`. If Composer is located somewhere else, please create a symlink, like so (make sure to use the correct path):\n\n`ln -s /path/to/composer /usr/local/bin`."; "alert.composer_progress.title" = "Updating global dependencies..."; "alert.composer_progress.info" = "You can see the progress in the terminal output below.";