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:',