I'm an evil bastard and I commit this 3 letter text fix without a pull request.
This commit is contained in:
parent
764409117a
commit
4a130d106c
|
@ -671,7 +671,7 @@ class OC_App{
|
||||||
$info['update']=false;
|
$info['update']=false;
|
||||||
} else {
|
} else {
|
||||||
$info['internal']=false;
|
$info['internal']=false;
|
||||||
$info['internallabel']='3rd Party App';
|
$info['internallabel']='3rd Party';
|
||||||
$info['internalclass']='externalapp';
|
$info['internalclass']='externalapp';
|
||||||
$info['update']=OC_Installer::isUpdateAvailable($app);
|
$info['update']=OC_Installer::isUpdateAvailable($app);
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ if(is_array($categoryNames)) {
|
||||||
$pre=$app['preview'];
|
$pre=$app['preview'];
|
||||||
}
|
}
|
||||||
if($app['label']=='recommended') {
|
if($app['label']=='recommended') {
|
||||||
$label='3rd Party App';
|
$label='3rd Party';
|
||||||
} else {
|
} else {
|
||||||
$label='Recommended';
|
$label='Recommended';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue