diff --git a/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts b/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts
index a913da86f..116d83b3b 100644
--- a/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts
+++ b/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts
@@ -201,7 +201,7 @@ export class ServerShowPage {
await this.embassyApi.shutdownServer({})
this.presentAlertInProgress(
action,
- '.
You will need to physcally power cycle the device to regain connectivity.',
+ '.
You will need to physically power cycle the device to regain connectivity.',
)
} catch (e: any) {
this.errToast.present(e)