diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 4 | ||||
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index 40f9876642..b826080d43 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -18,6 +18,10 @@ EXPLORE_PAGING_NUM = 20 ; Number of issues that are showed in one page ISSUE_PAGING_NUM = 10 +[ui.admin] +; Numer of users that are showed in one page +USER_PAGING_NUM = 50 + [markdown] ; Enable hard line break extension ENABLE_HARD_LINE_BREAK = false diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 2989fd2e90..b76d878b34 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -716,8 +716,8 @@ authentication = Authentications config = Configuration notices = System Notices monitor = Monitoring -prev = Prev. -next = Next +first_page = First +last_page = Last total = Total: %d dashboard.statistic = Statistic |