mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15289] Fix missing language string
PHPBB3-15289
This commit is contained in:
parent
83071ee3fd
commit
246bc8cf08
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class acp_storage_info
|
|||
{
|
||||
return array(
|
||||
'filename' => 'acp_storage',
|
||||
'title' => 'ACP_STORAGE',
|
||||
'title' => 'ACP_STORAGE_SETTINGS',
|
||||
'modes' => array(
|
||||
'settings' => array('title' => 'ACP_STORAGE_SETTINGS', 'auth' => 'acl_a_storage', 'cat' => array('ACP_SERVER_CONFIGURATION')),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue