Skip to content

Commit 09f9b7f

Browse files
committed
Adjust copy in QR code dialogs
1 parent 850762c commit 09f9b7f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/views/account/join_codes/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<% end %>
4141

4242
<dialog class="dialog panel shadow" data-dialog-target="dialog" style="--panel-size: 50ch;">
43-
<p class="margin-none-block-start"><strong>Scan this code with the camera on your mobile device</strong></p>
43+
<p class="margin-none-block-start txt-balance"><strong>Scan this code to join <%= Current.account.name %>:</strong></p>
4444

4545
<%= qr_code_image(url) %>
4646

app/views/users/_transfer.html.erb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
<% end %>
2020

2121
<dialog class="dialog panel shadow" data-dialog-target="dialog" style="--panel-size: 50ch;">
22+
<p class="margin-none-block-start txt-balance">
23+
<strong>Scan this code to instantly log in on another device:</strong>
24+
</p>
25+
2226
<%= qr_code_image(url) %>
2327

2428
<form method="dialog" class="margin-block-start flex justify-center">
@@ -34,4 +38,4 @@
3438
<span class="for-screen-reader">Copy auto-login link</span>
3539
<% end %>
3640
</div>
37-
</div>
41+
</div>

0 commit comments

Comments
 (0)