diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 876ff9edba..273dfd24e4 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -829,6 +829,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 = WARNING: Themes are made by third parties. Click to read more. primary = Primary activated = Activated requires_activation = Requires activation diff --git a/templates/user/settings/appearance.tmpl b/templates/user/settings/appearance.tmpl index ac8860b05e..fb56edf34f 100644 --- a/templates/user/settings/appearance.tmpl +++ b/templates/user/settings/appearance.tmpl @@ -7,14 +7,14 @@
-
- {{ctx.Locale.Tr "settings.theme_desc"}} +
+

{{ctx.Locale.Tr "settings.theme_desc"}}

+

{{ctx.Locale.Tr "settings.theme_warning"}}

{{.CsrfTokenHtml}}
-