From 8cb100552d2c3cd0521f5183b5d71e58d2370fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Wed, 22 Jan 2025 12:44:27 +0100 Subject: [PATCH] fix: grammar in shutdown description --- frontend/src/lib/i18n/en/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/en/index.ts b/frontend/src/lib/i18n/en/index.ts index ea64ce15..9a31e72d 100644 --- a/frontend/src/lib/i18n/en/index.ts +++ b/frontend/src/lib/i18n/en/index.ts @@ -85,7 +85,7 @@ const en = { sol_password: 'SOL Password', shutdown: 'Shutdown', shutdown_desc: - 'This shell command will run inside your container (if you use docker) or on your host (if you use the binary). To verify that works you can run the command inside the container or on your host shell first. Common commands are net rpc for windows, sshpass for linux or curl in general to make web requests.', + 'This shell command will run inside your container (if you use docker) or on your host (if you use the binary). To verify that it works, you can run the command inside the container or on your host shell first. Common commands are net rpc for windows, sshpass for linux or curl in general to make web requests.', shutdown_examples: 'Examples:', shutdown_examples_windows: 'Shutdown remote windows machine:', shutdown_examples_linux: 'Shutdown remote linux machine:',