|
1 | 1 | <div class="card"> |
2 | | - <header class="mb-9"> |
3 | | - <h1 id="pair-auth-complete-header" class="card-header">{{#t}}Device connected{{/t}}</h1> |
4 | | - </header> |
5 | | - |
6 | | - <section> |
7 | | - <div class="error"></div> |
8 | | - |
9 | | - <div class="{{ graphicId }}" role="img" aria-label="{{#t}}Successfully connected{{/t}}"></div> |
10 | | - |
11 | | - <h2 id="device-os" class="text-base"> |
12 | | - {{#unsafeTranslate}} |
13 | | - You are now syncing with: <span>%(deviceFamily)s on %(deviceOS)s</span> |
14 | | - {{/unsafeTranslate}} |
15 | | - </h2> |
16 | | - |
17 | | - <p class="my-5">{{#t}}Now you can access your open tabs, passwords, and bookmarks on all your devices.{{/t}}</p> |
18 | | - |
19 | | - <div class="flex"> |
20 | | - {{#hasFirefoxViewSupport}} |
21 | | - <button id="open-firefox-view" class="cta-primary cta-xl">{{#t}}See tabs from synced devices{{/t}}</button> |
22 | | - {{/hasFirefoxViewSupport}} |
23 | | - {{^hasFirefoxViewSupport}} |
24 | | - <button id="open-connected-services" class="cta-primary cta-xl">{{#t}}Manage devices{{/t}}</button> |
25 | | - {{/hasFirefoxViewSupport}} |
26 | | - </div> |
27 | | - </section> |
| 2 | + {{#isSendTab}} |
| 3 | + <header class="mb-5"> |
| 4 | + <h1 id="pair-auth-complete-header" class="card-header">{{#t}}You’re ready to send some tabs{{/t}}</h1> |
| 5 | + </header> |
| 6 | + |
| 7 | + <section> |
| 8 | + <div class="error"></div> |
| 9 | + |
| 10 | + <div class="{{ graphicId }}" role="img" aria-label="{{#t}}Successfully connected{{/t}}"></div> |
| 11 | + |
| 12 | + <p class="text-sm mt-4"> |
| 13 | + {{#unsafeTranslate}} |
| 14 | + <span>%(deviceFamily)s for %(deviceOS)s</span> is connected. |
| 15 | + {{/unsafeTranslate}} |
| 16 | + </p> |
| 17 | + |
| 18 | + <p class="text-sm mt-2">{{#t}}You’re free to instantly send open tabs, passwords, and bookmarks between devices.{{/t}}</p> |
| 19 | + </section> |
| 20 | + {{/isSendTab}} |
| 21 | + |
| 22 | + {{^isSendTab}} |
| 23 | + <header class="mb-9"> |
| 24 | + <h1 id="pair-auth-complete-header" class="card-header">{{#t}}Device connected{{/t}}</h1> |
| 25 | + </header> |
| 26 | + |
| 27 | + <section> |
| 28 | + <div class="error"></div> |
| 29 | + |
| 30 | + <div class="{{ graphicId }}" role="img" aria-label="{{#t}}Successfully connected{{/t}}"></div> |
| 31 | + |
| 32 | + <h2 id="device-os" class="text-base"> |
| 33 | + {{#unsafeTranslate}} |
| 34 | + You are now syncing with: <span>%(deviceFamily)s on %(deviceOS)s</span> |
| 35 | + {{/unsafeTranslate}} |
| 36 | + </h2> |
| 37 | + |
| 38 | + <p class="my-5">{{#t}}Now you can access your open tabs, passwords, and bookmarks on all your devices.{{/t}}</p> |
| 39 | + |
| 40 | + <div class="flex"> |
| 41 | + {{#hasFirefoxViewSupport}} |
| 42 | + <button id="open-firefox-view" class="cta-primary cta-xl">{{#t}}See tabs from synced devices{{/t}}</button> |
| 43 | + {{/hasFirefoxViewSupport}} |
| 44 | + {{^hasFirefoxViewSupport}} |
| 45 | + <button id="open-connected-services" class="cta-primary cta-xl">{{#t}}Manage devices{{/t}}</button> |
| 46 | + {{/hasFirefoxViewSupport}} |
| 47 | + </div> |
| 48 | + </section> |
| 49 | + {{/isSendTab}} |
28 | 50 | </div> |
0 commit comments