mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 02:58:20 +00:00
Fix more "locale" usages (#27259)
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
{{end}}
|
||||
</div>
|
||||
{{end}}
|
||||
<div class="flex-item-body">{{ctx.Locale.Tr "org.repo_updated"}} {{TimeSinceUnix .UpdatedUnix $.locale}}</div>
|
||||
<div class="flex-item-body">{{ctx.Locale.Tr "org.repo_updated"}} {{TimeSinceUnix .UpdatedUnix ctx.Locale}}</div>
|
||||
</div>
|
||||
</div>
|
||||
{{else}}
|
||||
|
Reference in New Issue
Block a user