feat(ui): improve description in packages settings (#7531)
- Improve the description of the 'Cargo registry index' and 'Chef registry'. - Move 'For more information' to be the first senctence. - Better explain what Chef's keypair button does. - Resolves https://codeberg.org/forgejo/forgejo/issues/7140 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7531 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net> Co-authored-by: Paul-Emmanuel Raoul <skyper@skyplabs.net> Co-committed-by: Paul-Emmanuel Raoul <skyper@skyplabs.net>
This commit is contained in:
parent
23cc1fdbbe
commit
58653d3700
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue