Skip to content

Commit 1f0df52

Browse files
committed
fix(connection): Tweak note iasking to reuse connections
1 parent 5215cd8 commit 1f0df52

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

connection.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,9 @@ <h1>ERROR</h1>
440440

441441
<div id="device-code">
442442
<h1>Account Linking</h1>
443-
<p>
444-
<strong
445-
>If you already created a connection for your Amazon account, please
446-
reuse that connection instead of creating another one!</strong
447-
>
443+
<p style="color:darkorange; font-weight:bold;">
444+
If you already created a connection for your Amazon account, please reuse
445+
that connection instead of creating another one!
448446
</p>
449447
<p>
450448
The connection must be linked to the same Amazon Alexa account that was /

virtual-device.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
</div>
7171

7272
<div class="form-row">
73-
<div style="margin-left: 105px; color:orange; width:70%; font-weight:bold">
74-
Create <i>one</i> connection per Amazon account!
75-
</div>
76-
7773
<label for="node-input-connection"
7874
><i class="fa fa-globe"></i> Connection</label
7975
>

0 commit comments

Comments
 (0)