Use correct translation file
every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get
This commit is contained in:
parent
1fd3c5fbc0
commit
f85b709fae
|
@ -11,7 +11,7 @@ require_once '../../../lib/base.php';
|
|||
|
||||
OC_JSON::checkAdminUser();
|
||||
|
||||
$l = OC_L10N::get('core');
|
||||
$l = OC_L10N::get('settings');
|
||||
|
||||
if(OC_Config::getValue('appstoreenabled', true)==false) {
|
||||
OCP\JSON::success(array('type' => 'external', 'data' => array()));
|
||||
|
|
Loading…
Reference in New Issue