diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2023-02-01 13:53:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 20:53:04 +0800 |
commit | 5882e179a93a00a0635c6c578ec6d43ce68d687b (patch) | |
tree | e1bba3b2d88f74e95f05214bedebc616e2452805 /options | |
parent | 9f9a1ce92292739c3d0b5ee4bb654d883eb3b869 (diff) | |
download | gitea-5882e179a93a00a0635c6c578ec6d43ce68d687b.tar.gz gitea-5882e179a93a00a0635c6c578ec6d43ce68d687b.zip |
Add user secrets (#22191)
Fixes #22183
Replaces #22187
This PR adds secrets for users. I refactored the files for organizations
and repos to use the same logic and templates. I splitted the secrets
from deploy keys again and reverted the fix from #22187.
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
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 24809c5549..8a48a68b17 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3254,7 +3254,7 @@ creation.value_placeholder = Input any content. Whitespace at the start and end creation.success = The secret '%s' has been added. creation.failed = Failed to add secret. deletion = Remove secret -deletion.description = Removing a secret will revoke its access to repositories. Continue? +deletion.description = Removing a secret is permanent and cannot be undone. Continue? deletion.success = The secret has been removed. deletion.failed = Failed to remove secret. |