From b36e72bfcc5eaec426c6ec45a14011593eb55e0c Mon Sep 17 00:00:00 2001 From: Edward Barker Date: Tue, 12 Jan 2016 22:04:42 -0800 Subject: [PATCH] Minor spelling fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using the possessive “Your” rather than “You’re” in “Your passphrase is:” --- .../static/app/angular/certificates/certificate/export.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/static/app/angular/certificates/certificate/export.tpl.html b/lemur/static/app/angular/certificates/certificate/export.tpl.html index bf42b424..89c108a7 100644 --- a/lemur/static/app/angular/certificates/certificate/export.tpl.html +++ b/lemur/static/app/angular/certificates/certificate/export.tpl.html @@ -31,7 +31,7 @@

Successfully exported!

-

You're passphrase is: {{ passphrase }}

+

Your passphrase is: {{ passphrase }}

{{ additional }}