Minor spelling fix

Using the possessive “Your” rather than “You’re” in “Your passphrase
is:”
This commit is contained in:
Edward Barker 2016-01-12 22:04:42 -08:00
parent e49701228d
commit b36e72bfcc
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</form>
<div ng-show="passphrase">
<h3>Successfully exported!</h3>
<h4>You're passphrase is: <strong>{{ passphrase }}</strong></h4>
<h4>Your passphrase is: <strong>{{ passphrase }}</strong></h4>
<p ng-show="additional">{{ additional }}</p>
</div>
</div>