From 4c128f1af2819b15537dd81322681aa0f76a0d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 6 Feb 2021 12:04:24 +0100 Subject: [PATCH] Clarify "Not on mobile" button text Tester feedback has shown that desktop client users will also click that button because they are, in fact, not on mobile. This button speaks more to the users intent (sending the invitation to the mobile device) after having (hopefully) read the text above. Fixes #38. --- snikket_web/templates/invite_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snikket_web/templates/invite_view.html b/snikket_web/templates/invite_view.html index d0d35d1..01aee73 100644 --- a/snikket_web/templates/invite_view.html +++ b/snikket_web/templates/invite_view.html @@ -30,7 +30,7 @@ {%- endif -%} {%- call standard_button("qrcode", "#qr-modal", class="primary", onclick="open_modal(this); return false;") -%} - {% trans %}Not on mobile?{% endtrans %} + {% trans %}Send to mobile device{% endtrans %} {%- endcall -%}

{% trans %}After installation the app should automatically open and prompt you to create an account. If not, simply click the button below.{% endtrans %}