threema-ch / threema-web

The Threema Web application.
GNU Affero General Public License v3.0
998 stars 107 forks source link

Improve initial instruction on web.threema.ch #1112

Closed SimonHeimberg closed 2 years ago

SimonHeimberg commented 2 years ago

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 https://github.com/threema-ch/threema-web/blob/1656f800cd9db3bda8ced7991607deba1ddab1a4/public/i18n/en.json#L8 Maybe this is adapted with this translation label, maybe a 2nd label introduced (like PLEASE_SCAN_INSTR).

SimonHeimberg commented 2 years ago

The translation label is used in this place. https://github.com/threema-ch/threema-web/blob/7df69c1b438d5ae6d8345f1cc3813671ea10276c/src/partials/welcome.html#L9 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 ...