Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge a2a6d94 into b229aeb
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jan 10, 2016
2 parents b229aeb + a2a6d94 commit 7f2f1eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/partials/confirm-recovery-phrase-modal.jade
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
.row
.col-xs-3(ng-repeat="word in recoveryPhrase.slice(offset, offset + 4)")
p.center
b
{{ offset + $index + 1 }}. {{ word }}
b {{ offset + $index + 1 }}. {{ word }}
.row
.col-xs-12
p.center
Expand Down

0 comments on commit 7f2f1eb

Please sign in to comment.