From 72ed398835c0c682a0249c260ca7f802df305d77 Mon Sep 17 00:00:00 2001 From: Arjen Zonneveld Date: Fri, 7 Apr 2023 20:38:32 +0200 Subject: [PATCH] Update commands.php (#14946) Fix typo --- resources/lang/en/commands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/commands.php b/resources/lang/en/commands.php index 0b0fa41bd6..b6de59e339 100644 --- a/resources/lang/en/commands.php +++ b/resources/lang/en/commands.php @@ -97,7 +97,7 @@ return [ ], 'messages' => [ 'save_failed' => 'Failed to save device :hostname', - 'try_force' => 'You my try with the --force option to skip safety checks', + 'try_force' => 'You may try with the --force option to skip safety checks', 'added' => 'Added device :hostname (:device_id)', ], ],