diff --git a/platforms/pictique/src/routes/(auth)/auth/+page.svelte b/platforms/pictique/src/routes/(auth)/auth/+page.svelte index 20544245..0b247b8b 100644 --- a/platforms/pictique/src/routes/(auth)/auth/+page.svelte +++ b/platforms/pictique/src/routes/(auth)/auth/+page.svelte @@ -151,7 +151,12 @@ {#if isMobileDevice()} Login with your eID Wallet {:else} - Scan the QR code using your eID App to login + Scan the QR code using your eID App to login {/if} {#if errorMessage} @@ -165,7 +170,7 @@