Update verification-related strings to better match mobile app

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-29 14:32:40 -10:00
parent f654532fa8
commit b6cca41a0c
7 changed files with 53 additions and 43 deletions

View file

@ -323,15 +323,6 @@
</script>
<script type='text/x-tmpl-mustache' id='key-verification'>
<div class='container'>
<div class='summary'>
{{ #isVerified }}
<span class='icon verified'></span>
{{ /isVerified }}
{{ ^isVerified }}
<span class='icon shield'></span>
{{ /isVerified }}
{{ verifiedStatus }}
</div>
{{ ^has_their_key }}
<div class='placeholder'>{{ their_key_unknown }}</div>
{{ /has_their_key }}
@ -343,6 +334,20 @@
</div>
{{ /has_their_key }}
<p> {{> link_to_support }} </p>
<div class='summary'>
{{ #isVerified }}
<span class='icon verified'></span>
{{ /isVerified }}
{{ ^isVerified }}
<span class='icon shield'></span>
{{ /isVerified }}
{{ verifiedStatus }}
</div>
<div class='verify'>
<button class='verify grey'>
{{ verifyButton }}
</button>
</div>
</div>
</script>
<!-- index -->