Adjust copy in QR code dialogs

This commit is contained in:
Alexander Zaytsev
2026-01-26 21:59:04 +01:00
parent 850762cd4e
commit 09f9b7fb45
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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) %>
+5 -1
View File
@@ -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>