diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2022-01-04 00:06:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 18:06:46 +0200 |
commit | 8eec403068ef22ba7316fbbbd9254a54847cf5fe (patch) | |
tree | faefcb82d4ec69f2bccfe6ecb364af3b925e352c /templates | |
parent | ade41f3f048d71521af2c9df0ea0623c372d48a3 (diff) | |
download | gitea-8eec403068ef22ba7316fbbbd9254a54847cf5fe.tar.gz gitea-8eec403068ef22ba7316fbbbd9254a54847cf5fe.zip |
Fix bug (#18168)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin/dashboard.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 79f031882e..35f45bd352 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -13,7 +13,7 @@ </h4> <div class="ui attached segment"> <p> - {{.i18n.Tr "admin.dashboard.statistic_info" .Stats.Counter.User .Stats.Counter.Org .Stats.Counter.PublicKey .Stats.Counter.Repo .Stats.Counter.Watch .Stats.Counter.Star .Stats.Counter.Action .Stats.Counter.Access .Stats.Counter.Issue .Stats.Counter.Comment .Stats.Counter.Oauth .Stats.Counter.Follow .Stats.Counter.Mirror .Stats.Counter.Release .Stats.Counter.LoginSource .Stats.Counter.Webhook .Stats.Counter.Milestone .Stats.Counter.Label .Stats.Counter.HookTask .Stats.Counter.Team .Stats.Counter.UpdateTask .Stats.Counter.Attachment | Str2html}} + {{.i18n.Tr "admin.dashboard.statistic_info" .Stats.Counter.User .Stats.Counter.Org .Stats.Counter.PublicKey .Stats.Counter.Repo .Stats.Counter.Watch .Stats.Counter.Star .Stats.Counter.Action .Stats.Counter.Access .Stats.Counter.Issue .Stats.Counter.Comment .Stats.Counter.Oauth .Stats.Counter.Follow .Stats.Counter.Mirror .Stats.Counter.Release .Stats.Counter.AuthSource .Stats.Counter.Webhook .Stats.Counter.Milestone .Stats.Counter.Label .Stats.Counter.HookTask .Stats.Counter.Team .Stats.Counter.UpdateTask .Stats.Counter.Attachment | Str2html}} </p> </div> <h4 class="ui top attached header"> |