sent, an invitation, - successful
This commit is contained in:
parent
a79447c6fd
commit
de6b7668c1
|
@ -214,7 +214,7 @@ class MountPublicLinkController extends Controller {
|
||||||
$result = json_decode($body, true);
|
$result = json_decode($body, true);
|
||||||
|
|
||||||
if (is_array($result) && isset($result['remoteUrl'])) {
|
if (is_array($result) && isset($result['remoteUrl'])) {
|
||||||
return new JSONResponse(['message' => $this->l->t('Federated Share request was successful, you will receive a invitation. Check your notifications.')]);
|
return new JSONResponse(['message' => $this->l->t('Federated Share request sent, you will receive an invitation. Check your notifications.')]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if we doesn't get the expected response we assume that we try to add
|
// if we doesn't get the expected response we assume that we try to add
|
||||||
|
@ -303,7 +303,7 @@ class MountPublicLinkController extends Controller {
|
||||||
$storage->getScanner()->scanAll();
|
$storage->getScanner()->scanAll();
|
||||||
return new JSONResponse(
|
return new JSONResponse(
|
||||||
[
|
[
|
||||||
'message' => $this->l->t('Federated Share successfully added'),
|
'message' => $this->l->t('Federated share added'),
|
||||||
'legacyMount' => '1'
|
'legacyMount' => '1'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue