Adjust copy in QR code dialogs
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<% end %>
|
||||
|
||||
<dialog class="dialog panel shadow" data-dialog-target="dialog" style="--panel-size: 50ch;">
|
||||
<p class="margin-none-block-start"><strong>Scan this code with the camera on your mobile device</strong></p>
|
||||
<p class="margin-none-block-start txt-balance"><strong>Scan this code to join <%= Current.account.name %>:</strong></p>
|
||||
|
||||
<%= qr_code_image(url) %>
|
||||
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
<% end %>
|
||||
|
||||
<dialog class="dialog panel shadow" data-dialog-target="dialog" style="--panel-size: 50ch;">
|
||||
<p class="margin-none-block-start txt-balance">
|
||||
<strong>Scan this code to instantly log in on another device:</strong>
|
||||
</p>
|
||||
|
||||
<%= qr_code_image(url) %>
|
||||
|
||||
<form method="dialog" class="margin-block-start flex justify-center">
|
||||
@@ -34,4 +38,4 @@
|
||||
<span class="for-screen-reader">Copy auto-login link</span>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user