diff options
author | delvh <leon@kske.dev> | 2021-07-14 12:50:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 12:50:39 +0200 |
commit | 8464fa15d066162554a62ec40fc5e1c1a0563277 (patch) | |
tree | 009363c0da094fd3e2bf40c20c14d640689db2ee /options | |
parent | febee86d0d2818d83375142bed40db370f09900e (diff) | |
download | gitea-8464fa15d066162554a62ec40fc5e1c1a0563277.tar.gz gitea-8464fa15d066162554a62ec40fc5e1c1a0563277.zip |
Make gpg resource string more readable (#16423)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index c94977ede9..442ae17a9f 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -597,7 +597,7 @@ ssh_principal_been_used = This principal has already been added to the server. gpg_key_id_used = A public GPG key with same ID already exists. gpg_no_key_email_found = This GPG key does not match any activated email address associated with your account. It may still be added if you sign the provided token. gpg_key_matched_identities = Matched Identities: -gpg_key_matched_identities_long=The embedded identities in this key match the following activated email addresses for this user and commits matching these email addresses can be verified with this key. +gpg_key_matched_identities_long=The embedded identities in this key match the following activated email addresses for this user. Commits matching these email addresses can be verified with this key. gpg_key_verified=Verified Key gpg_key_verified_long=Key has been verified with a token and can be used to verify commits matching any activated email addresses for this user in addition to any matched identities for this key. gpg_key_verify=Verify |