Fix display latest sync time for pull mirrors on the repo page (#28841)
Follow #28712 1. Missing Locale word `mirror_sync` 2. Maybe forgot checking the conflict from #27760 Before:  After: 
This commit is contained in:
parent
eba9c0ce48
commit
4674aea25b
2 changed files with 8 additions and 8 deletions
|
@ -987,6 +987,7 @@ mirror_prune = Prune
|
|||
mirror_prune_desc = Remove obsolete remote-tracking references
|
||||
mirror_interval = Mirror Interval (valid time units are 'h', 'm', 's'). 0 to disable periodic sync. (Minimum interval: %s)
|
||||
mirror_interval_invalid = The mirror interval is not valid.
|
||||
mirror_sync = synced
|
||||
mirror_sync_on_commit = Sync when commits are pushed
|
||||
mirror_address = Clone From URL
|
||||
mirror_address_desc = Put any required credentials in the Authorization section.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue