Theme picker warning with hardcoded link
Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
6f2a441ed5
commit
a94e53c017
2 changed files with 4 additions and 2 deletions
|
@ -830,6 +830,7 @@ manage_themes = Default theme
|
|||
manage_openid = OpenID addresses
|
||||
email_desc = Your primary email address will be used for notifications, password recovery and, provided that it is not hidden, web-based Git operations.
|
||||
theme_desc = This theme will be used for the web interface when you are logged in.
|
||||
theme_warning = <strong>WARNING:</strong> Themes are made by third parties. <a href="/git724/git724/src/branch/master/THEMES.md">Click to read more.</a>
|
||||
primary = Primary
|
||||
activated = Activated
|
||||
requires_activation = Requires activation
|
||||
|
|
|
@ -7,8 +7,9 @@
|
|||
</h4>
|
||||
<div class="ui attached segment">
|
||||
<div class="ui email list">
|
||||
<div class="item">
|
||||
{{ctx.Locale.Tr "settings.theme_desc"}}
|
||||
<div class="item tw-mb-4">
|
||||
<p>{{ctx.Locale.Tr "settings.theme_desc"}}</p>
|
||||
<p>{{ctx.Locale.Tr "settings.theme_warning"}}</p>
|
||||
</div>
|
||||
|
||||
<form class="ui form" action="{{.Link}}/theme" method="post">
|
||||
|
|
Loading…
Add table
Reference in a new issue