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
Ensure minimum mirror interval is reported on settings page (go-gitea#19895)
* Ensure minimum mirror interval is reported on settings page
Expecting users to guess the minimum mirror interval appears a little unkind.
In this PR we simply change the locale string to include the minimum interval.
This will of course be affected by our current localization framework but...
we can fix that else where.
This PR also includes some fixes for error handling on the settings page as
previously the mirror block amongst others would simply disappear on error.
Fixgo-gitea#3737
Signed-off-by: Andrew Thornton <[email protected]>
* Update options/locale/locale_en-US.ini
Co-authored-by: Gusted <[email protected]>
* placate lint
Signed-off-by: Andrew Thornton <[email protected]>
* Update options/locale/locale_en-US.ini
Co-authored-by: wxiaoguang <[email protected]>
Co-authored-by: Gusted <[email protected]>
Co-authored-by: wxiaoguang <[email protected]>
Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
0 commit comments