diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 48de439f6a..f7fe0e0196 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3818,7 +3818,7 @@ owner.settings.cleanuprules.success.update = Cleanup rule has been updated. owner.settings.cleanuprules.success.delete = Cleanup rule has been deleted. owner.settings.chef.title = Chef registry owner.settings.chef.keypair = Generate key pair -owner.settings.chef.keypair.description = A key pair is necessary to authenticate to the Chef registry. If you have generated a key pair before, generating a new key pair will discard the old key pair. +owner.settings.chef.keypair.description = Requests sent to the Chef registry must be cryptographically signed as a means of authentication. When generating a keypair, only the public key is stored on Forgejo. The private key is provided to you to be used with knife. Generating a new keypair will overwrite the previous one. [secrets] secrets = Secrets diff --git a/templates/package/shared/cargo.tmpl b/templates/package/shared/cargo.tmpl index 5b0f63965d..8e158d60d8 100644 --- a/templates/package/shared/cargo.tmpl +++ b/templates/package/shared/cargo.tmpl @@ -3,25 +3,25 @@