loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Made "no key to sign this commit with" error clearer' (#3090) from Laxystem/forgejo:forgejo into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3090
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org>

0ko 640bcef4 721edf2e

+1 -1
+1 -1
options/locale/locale_en-US.ini
··· 1976 1976 1977 1977 signing.will_sign = This commit will be signed with key "%s". 1978 1978 signing.wont_sign.error = There was an error whilst checking if the commit could be signed. 1979 - signing.wont_sign.nokey = There is no key available to sign this commit. 1979 + signing.wont_sign.nokey = This instance has no key to sign this commit with. 1980 1980 signing.wont_sign.never = Commits are never signed. 1981 1981 signing.wont_sign.always = Commits are always signed. 1982 1982 signing.wont_sign.pubkey = The commit will not be signed because you do not have a public key associated with your account.