templates/repo/settings: fix mirror setting error

pull/5254/merge
Unknwon 2018-05-30 21:32:40 +08:00
parent 775919c129
commit bef7f6745c
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
<input type="hidden" name="action" value="mirror-sync">
<div class="inline field">
<label>{{.i18n.Tr "repo.mirror_last_synced"}}</label>
<span>{{.Mirror.Updated}}</span>
<span>{{.Mirror.LastSync}}</span>
</div>
<div class="field">
<button class="ui blue button">{{$.i18n.Tr "repo.settings.sync_mirror"}}</button>