Skip to content

Commit

Permalink
fix: Center all text in OAuth clients limit modal (#4132)
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Sep 21, 2023
2 parents dc16173 + 13ff8d0 commit f1e7bda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion assets/templates/oauth_clients_limit_exceeded.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="h4 h2-md mb-4 text-center">{{t "Too Many OAuth Clients Title" .Client
<p class="mb-4 text-center">
{{t "Too Many OAuth Clients Intro" .ClientsLimit}}
</p>
<p>
<p class="mb-4 text-center">
{{t "Too Many OAuth Clients Available Actions"}}
</p>
{{if .PremiumURL}}
Expand Down
30 changes: 15 additions & 15 deletions web/statik/statik.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1e7bda

Please sign in to comment.