diff options
author | Unknwon <u@gogs.io> | 2018-05-30 21:32:40 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-05-30 21:32:40 +0800 |
commit | bef7f6745c569ddbac41fc760411d9a891458ae0 (patch) | |
tree | 1024e617f15041c67ff71fd9269f8eebd8676ac7 | |
parent | 775919c1299bb78c8f8b4ad498385b086ab33b6f (diff) |
templates/repo/settings: fix mirror setting error
-rw-r--r-- | templates/repo/settings/options.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 4717a944..b1334a3b 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -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> |