diff options
author | Chih-Hsuan Yen <yan12125@gmail.com> | 2018-10-05 17:06:47 +0800 |
---|---|---|
committer | Jonas Franz <info@jonasfranz.software> | 2018-10-05 11:06:47 +0200 |
commit | d7ca839c678a4ee3226bf23b4f439e026fe67a53 (patch) | |
tree | 5c299ea65b1886f6567153b76459d014b7efc747 /custom/conf | |
parent | 513db2737788c330f9a48de71de5926b73588f9c (diff) | |
download | gitea-d7ca839c678a4ee3226bf23b4f439e026fe67a53.tar.gz gitea-d7ca839c678a4ee3226bf23b4f439e026fe67a53.zip |
Fix a typo in app.ini.sample (#5015)
Diffstat (limited to 'custom/conf')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index d30f134db7..47d7bcb6a4 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -91,7 +91,7 @@ DEFAULT_THEME = gitea USER_PAGING_NUM = 50 ; Number of repos that are displayed on one page REPO_PAGING_NUM = 50 -; Number of notices that are displayed on in one page +; Number of notices that are displayed on one page NOTICE_PAGING_NUM = 25 ; Number of organizations that are displayed on one page ORG_PAGING_NUM = 50 |