summaryrefslogtreecommitdiffstats
path: root/custom/conf
diff options
context:
space:
mode:
authorrektide <rektide@voodoowarez.com>2019-12-23 23:41:46 -0500
committertechknowlogick <techknowlogick@gitea.io>2019-12-23 23:41:46 -0500
commite394504937f22ef6d4fa5c328adecc7f2f144394 (patch)
tree9a25c9cdf440509119ca78103999dd79a8a78e38 /custom/conf
parent40e99ea010b3b0be241be0e1365a70d33777bcf2 (diff)
downloadgitea-e394504937f22ef6d4fa5c328adecc7f2f144394.tar.gz
gitea-e394504937f22ef6d4fa5c328adecc7f2f144394.zip
Clean-up typo that made an app.ini.sample comment not a comment. (#9480)
Diffstat (limited to 'custom/conf')
-rw-r--r--custom/conf/app.ini.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index 1617d64973..c9ca821280 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -154,7 +154,7 @@ DEFAULT_THEME = gitea
; All available themes. Allow users select personalized themes regardless of the value of `DEFAULT_THEME`.
THEMES = gitea,arc-green
; All available reactions. Allow users react with different emoji's
-: For the whole list look at https://gitea.com/gitea/gitea.com/issues/8
+; For the whole list look at https://gitea.com/gitea/gitea.com/issues/8
REACTIONS = +1, -1, laugh, hooray, confused, heart, rocket, eyes
; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
DEFAULT_SHOW_FULL_NAME = false