diff --git a/src/components/buttons/IosPwaLimitations.tsx b/src/components/buttons/IosPwaLimitations.tsx index dc0ee9e7..328d8c23 100644 --- a/src/components/buttons/IosPwaLimitations.tsx +++ b/src/components/buttons/IosPwaLimitations.tsx @@ -4,7 +4,7 @@ import { Icon, Icons } from "../Icon"; function IosPwaLimitations() { const showAlert = () => { alert( - "Due to Apple’s limitations, Picture-in-Picture (PiP) and Fullscreen are disabled on iOS PWAs. Use the browser vertion to re-enable these features.\n" + + "Due to Apple’s limitations, Picture-in-Picture (PiP) and Fullscreen are disabled on iOS PWAs. Use the browser version to re-enable these features.\n" + "Tip: To hide the iOS home indicator, use guided access within the PWA!", ); };