diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html index 10166fec35..eedf39b440 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -139,9 +139,9 @@ - + {S_ADD_ORDER_LIST_DISPLAY} + {S_ADD_ORDER_LIST_UNDISPLAY} diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index efcb31bfe0..9f6b886932 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -152,6 +152,7 @@
  • [Fix] Styles adjustment to correctly display an order of rtl/ltr mixed content. (Bugs #55485, #55545)
  • [Fix] Fix language string for PM-Reports refering to post-data. (Bug #54745)
  • [Fix] Do not store email templates in database. (Bug #54505)
  • +
  • [Fix] Fix javascript bug in the smilies ACP. (Bug #55725)
  • [Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)
  • [Change] Log activation through inactive users ACP. (Bug #30145)
  • [Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)