Minor spelling fix
Using the possessive “Your” rather than “You’re” in “Your passphrase is:”
This commit is contained in:
parent
e49701228d
commit
b36e72bfcc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue