diff --git a/app/views/account/join_codes/show.html.erb b/app/views/account/join_codes/show.html.erb index ffde42a4f..ce7d479a2 100644 --- a/app/views/account/join_codes/show.html.erb +++ b/app/views/account/join_codes/show.html.erb @@ -40,7 +40,7 @@ <% end %> -

Scan this code with the camera on your mobile device

+

Scan this code to join <%= Current.account.name %>:

<%= qr_code_image(url) %> diff --git a/app/views/users/_transfer.html.erb b/app/views/users/_transfer.html.erb index c67949ec9..415860530 100644 --- a/app/views/users/_transfer.html.erb +++ b/app/views/users/_transfer.html.erb @@ -19,6 +19,10 @@ <% end %> +

+ Scan this code to instantly log in on another device: +

+ <%= qr_code_image(url) %>
@@ -34,4 +38,4 @@ Copy auto-login link <% end %> - \ No newline at end of file +