Skip to content

Commit

Permalink
Update copy on showVerificationCode screen (#1254)
Browse files Browse the repository at this point in the history
* Update copy on showVerificationCode screen

The copy is updated for clarity.

* 🤖 Selenium screenshots auto-update

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nmattia and github-actions[bot] authored Feb 22, 2023
1 parent 7c7b7ae commit 08f6fc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Binary file modified screenshots/desktop/showVerificationCode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/mobile/showVerificationCode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,17 @@ const showVerificationCodeTemplate = ({
cancel: () => void;
}) => {
const pageContentSlot = html` <hgroup>
<h1 class="t-title t-title--main">
Do you trust this device with your Identity Anchor?
</h1>
<h1 class="t-title t-title--main">Verify New Device</h1>
<p class="t-paragraph">Your new device:</p>
<output
class="c-input c-input--readonly t-vip t-vip--small"
aria-label="Device Alias"
>${alias}</output
>
<p class="t-paragraph">
Confirm that you trust this device by logging into II from an existing
device and entering the
<strong class="t-strong">Verification Code</strong> below:
In your other Internet Identity window, confirm that you trust this
device by entering the
<strong class="t-strong">Verification Code</strong>:
</p>
</hgroup>
<output
Expand Down

0 comments on commit 08f6fc5

Please sign in to comment.