threema-ch / threema-web

The Threema Web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve initial instruction on web.threema.ch

SimonHeimberg opened this issue · comments

When navigating to web.threema.ch, the instruction how to proceed is very short.

Currently the message is:
Scan this QR code with your Threema app
But it is not obvious, where in the app you do scanning.

I suggest something like:
Scan this QR code with your Threema app. To do this, start the app and tap on menu (icon "...") (Android) or Settings (icon "gear wheel") on iOS, then select "Threema Web" and follow the instructions there.

This is a small change requiring only adaption of (translated) text.
The translation label is PLEASE_SCAN in

"PLEASE_SCAN": "Scan this QR code with your Threema app",

Maybe this is adapted with this translation label, maybe a 2nd label introduced (like PLEASE_SCAN_INSTR).

The translation label is used in this place.

<p class="instructions" translate>welcome.PLEASE_SCAN</p>

Adding a second label (like PLEASE_SCAN_INSTR) gives options for formatting. It could be above or below the QR code, or as a tool tip (title attribute), or ...