1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 10:30:18 -05:00

Fix Do it later button in login-initial.html

This commit is contained in:
Tankred Hase 2013-11-15 16:57:21 +01:00
parent 1fbc3eee65
commit 8ff4c5ab1c

View File

@ -28,7 +28,7 @@
<h1>Keypair generated</h1>
<p>Your personal keypair has been generated. You can export it (e.g. to a USB flash drive) to setup whiteout on another computer or as a backup.</p>
<button ng-click="exportKeypair()" class="btn" tabindex="4">Export now</button>
<button ng-click="forward()" class="btn" tabindex="5">Do it later</button>
<button ng-click="proceed()" class="btn" tabindex="5">Do it later</button>
</div>
</div><!--/content-->