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

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: 219c510aaa3824b719cdc35dd63b5902138581e5
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad:logintoken-typos
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
lib/lp/services/verification/browser/logintoken.py (+1/-1)
Reviewer Review Type Date Requested Status
Guruprasad Approve
Review via email: mp+455399@code.launchpad.net

Commit message

Fix typos in OpenPGP key import error message

To post a comment you must log in.
Revision history for this message
Guruprasad (lgp171188) wrote :

LGTM 👍

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/services/verification/browser/logintoken.py b/lib/lp/services/verification/browser/logintoken.py
2index 7bdc469..514e51d 100644
3--- a/lib/lp/services/verification/browser/logintoken.py
4+++ b/lib/lp/services/verification/browser/logintoken.py
5@@ -374,7 +374,7 @@ class ValidateGPGKeyView(BaseTokenView, LaunchpadFormView):
6 "global key ring (using <kbd>gpg --send-keys "
7 "KEY</kbd>) and that you entered the fingerprint "
8 "correctly (as produced by <kbd>gpg --fingerprint "
9- 'YOU</kdb>). Try later or <a href="${url}/+editpgpkeys"> '
10+ 'YOU</kbd>). Try later or <a href="${url}/+editpgpkeys">'
11 "cancel your request</a>.",
12 mapping=dict(fingerprint=fingerprint, url=person_url),
13 )

Subscribers

People subscribed via source and target branches

to status/vote changes: