diff options
author | amalnaeem <36226153+amalnaeem@users.noreply.github.com> | 2018-04-05 23:46:17 +0500 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 18:25:07 +0200 |
commit | 7b4ef7a101a46cdb0615b0e9d2f0764e1d169e63 (patch) | |
tree | 51aad46d3e99117be61ef0b7507b9e6c47790455 | |
parent | f993d918654961c8abca422883e379b1a66e2926 (diff) | |
download | forums-7b4ef7a101a46cdb0615b0e9d2f0764e1d169e63.tar forums-7b4ef7a101a46cdb0615b0e9d2f0764e1d169e63.tar.gz forums-7b4ef7a101a46cdb0615b0e9d2f0764e1d169e63.tar.bz2 forums-7b4ef7a101a46cdb0615b0e9d2f0764e1d169e63.tar.xz forums-7b4ef7a101a46cdb0615b0e9d2f0764e1d169e63.zip |
[ticket/15610] Improving UI of Board Statistics in ACP
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html
PHPBB3-15610
-rw-r--r-- | phpBB/adm/style/acp_main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index fadb65bd1a..11fbac9b37 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -100,7 +100,7 @@ <thead> <tr> - <th>Forum Statistics</th> + <th>{L_STATISTIC}</th> <th>{L_VALUE}</th> </tr> </thead> @@ -151,7 +151,7 @@ <thead> <tr> - <th>Configuration Statistics</th> + <th>{L_STATISTIC}</th> <th>{L_VALUE}</th> </tr> </thead> |