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

@@ -337,15 +337,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 }}
@@ -358,6 +349,15 @@
{{ /has_their_key }}
{{ verifyHelp }}
<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 }}