mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15289] Fix missing language string
PHPBB3-15289
This commit is contained in:
@@ -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')),
|
||||
),
|
||||
|
Reference in New Issue
Block a user