← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:logintoken-typos into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:logintoken-typos into launchpad:master.

Commit message:
Fix typos in OpenPGP key import error message

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/455399
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:logintoken-typos into launchpad:master.
diff --git a/lib/lp/services/verification/browser/logintoken.py b/lib/lp/services/verification/browser/logintoken.py
index 7bdc469..514e51d 100644
--- a/lib/lp/services/verification/browser/logintoken.py
+++ b/lib/lp/services/verification/browser/logintoken.py
@@ -374,7 +374,7 @@ class ValidateGPGKeyView(BaseTokenView, LaunchpadFormView):
                 "global key ring (using <kbd>gpg --send-keys "
                 "KEY</kbd>) and that you entered the fingerprint "
                 "correctly (as produced by <kbd>gpg --fingerprint "
-                'YOU</kdb>). Try later or <a href="${url}/+editpgpkeys"> '
+                'YOU</kbd>). Try later or <a href="${url}/+editpgpkeys">'
                 "cancel your request</a>.",
                 mapping=dict(fingerprint=fingerprint, url=person_url),
             )