Skip to content

Commit e6007cc

Browse files
Update add device instructions (#1016)
* Update add device instructions The flow changed a little but the text wasn't updated. * Remove 'and then' * 🤖 Selenium screenshots auto-update Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f5f521 commit e6007cc

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
3.03 KB
Loading
1.41 KB
Loading

src/frontend/src/flows/addDevice/manage/pollForTentativeDevice.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ const pageContent = (userNumber: bigint) => html`
2727
</li>
2828
<li>
2929
On your <em>new</em> device:<br />
30-
Chose
31-
<strong class="t-strong"
32-
>Already have an anchor but using a new device?</strong
33-
>
30+
Chose <strong class="t-strong">Add a Device</strong> (if you don't see
31+
the option, click on
32+
<strong class="t-strong">Use Existing</strong> first)
3433
</li>
3534
<li>
3635
On your <em>new</em> device:<br />

src/frontend/src/flows/addDevice/welcomeView/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const pageContent = (connection: Connection, userNumber?: bigint) => {
4646
};
4747

4848
/**
49-
* Entry point for the flow of adding a new authenticator when starting from the welcome view (by clicking 'Already have an anchor but using a new device?').
49+
* Entry point for the flow of adding a new authenticator when starting from landing page.
5050
* This shows a prompt to enter the identity anchor to add this new device to.
5151
*/
5252
export const addRemoteDevice = (

0 commit comments

Comments
 (0)