|
1 | 1 | <div class="alert alert-kiwi" role="alert"> |
2 | 2 | <div class="d-flex flex-row justify-content-between"> |
3 | 3 | <a data-toggle="collapse" href="#collapseBanner" {{action toggleShowBanner}} role="button" |
4 | | - aria-expanded="false" aria-controls="collapseBanner" aria-label="toggleShowBanner"> |
5 | | - This app will not be fully functional after [server shutdown date]. |
| 4 | + aria-expanded="false" aria-controls="collapseBanner" aria-label="{{t 'toggleShowBanner'}}"> |
| 5 | + {{"This app will not be fully functional after February 10, 2020"}} |
6 | 6 | </a> |
| 7 | + {{#let (component 'external-link' text="View Announcement" href=announcementLink) as |label|}} |
| 8 | + {{label class="button2"}} |
| 9 | + {{/let}} |
7 | 10 | <a data-toggle="collapse" href="#collapseBanner" {{action toggleShowBanner}} role="button" |
8 | | - aria-expanded="false" aria-controls="collapseBanner" aria-label="toggleShowBanner"> |
9 | | - <img src="images/arrow-down.png" /> |
| 11 | + aria-expanded="false" aria-controls="collapseBanner" aria-label="{{t 'toggleShowBanner'}}"> |
| 12 | + <img src="images/arrow-down.png" alt="{{"show More"}}"> |
10 | 13 | </a> |
11 | 14 | </div> |
12 | 15 | <div class="mt-3 {{if showBanner 'in' 'collapse'}}" id="collapseBanner"> |
13 | | - The Nano Wallet Company (NWC) is discontinuing this mobile wallet in favor of other superior wallets developed |
14 | | - by the Nano community. On [server shutdown date] the servers will be turned off and this app will no longer be able to send or receive Nano. |
15 | | - <b>Please securely copy and store your seed which will keep your Nano safe and allow you to use other wallets to send and receive.</b> Instructions and more details can be found |
16 | | - in our official announcement. |
| 16 | + {{"The Nano Wallet Company (NWC) is discontinuing this wallet in favor of other superior wallets developed by the Nano community. Although the desktop app may continue to function as long as nodes on the network are peering with node V19.0 (protocol V17), it will take longer to sync a new install over time and we will no longer provide support for the application. As a result, we recommend another wallet option is used."}} |
| 17 | + <b>{{"On February 10, 2020 the downloads that allow fast-syncing of the ledger will be turned off, resulting in even slower and longer bootstrapping times."}} </b> |
| 18 | + {{"Please securely copy and store your seed which will keep your Nano safe and allow you to use other wallets to send and receive. Instructions for saving your seed, information on finding a new wallet and other details can be found in our official announcement at "}} |
| 19 | + {{#let (component 'external-link' text=announcementLink href=announcementLink) as |label|}} |
| 20 | + {{label}} |
| 21 | + {{/let}} |
| 22 | + |
17 | 23 | </div> |
18 | 24 | </div> |
19 | 25 | <nav class="navbar navbar-expand-lg navbar-dark"> |
|
0 commit comments