You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an invalid translation key is passed, the function will render strings like signing.wont_sign.%!s(<nil>) into HTML which is ugly. We should only do that when gitea is in development mode, otherwise output empty string only.
Extracted from #12564
If an invalid translation key is passed, the function will render strings like
signing.wont_sign.%!s(<nil>)into HTML which is ugly. We should only do that when gitea is in development mode, otherwise output empty string only.