fix: update locale

This commit is contained in:
Jason Song
2022-12-29 14:29:49 +08:00
parent d8f2343497
commit bc7b575ade
3 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
{{end}}
{{if and .EnableActions (not .UnitActionsGlobalDisabled) (.Permission.CanRead $.UnitTypeActions)}}
<a class="{{if .PageIsSettingsRunners}}active {{end}}item" href="{{.RepoLink}}/settings/runners">
{{.locale.Tr "repo.settings.runners"}}
{{.locale.Tr "actions.runners"}}
</a>
{{end}}
</div>