mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-27 13:15:56 +00:00
cleanup locale function usage (#27227)
This commit is contained in:
parent
3a187eace5
commit
2325fe777d
49 changed files with 121 additions and 133 deletions
|
@ -109,7 +109,7 @@
|
|||
<div class="content">
|
||||
<p>{{.locale.Tr "settings.access_token_deletion_desc"}}</p>
|
||||
</div>
|
||||
{{template "base/modal_actions_confirm" (dict "locale" $.locale "ModalButtonColors" "yellow")}}
|
||||
{{template "base/modal_actions_confirm" (dict "ModalButtonColors" "yellow")}}
|
||||
</div>
|
||||
|
||||
{{template "user/settings/layout_footer" .}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue