[files] ownCloud typo
This commit is contained in:
parent
7e23e97676
commit
b32c30b6d0
|
@ -49,7 +49,7 @@ class Files {
|
|||
// rename to "/Shared" is denied
|
||||
if( $dir === '/' and $newname === 'Shared' ) {
|
||||
$result['data'] = array(
|
||||
'message' => $this->l10n->t("Invalid folder name. Usage of 'Shared' is reserved by Owncloud")
|
||||
'message' => $this->l10n->t("Invalid folder name. Usage of 'Shared' is reserved by ownCloud")
|
||||
);
|
||||
} elseif(
|
||||
// rename to "." is denied
|
||||
|
|
Loading…
Reference in New Issue