Fix typo in UI string
This commit is contained in:
parent
e20a54fb8c
commit
1b9e801703
@ -166,7 +166,7 @@ class RemotesubscribeAction extends Action
|
|||||||
omb_oauth_datastore());
|
omb_oauth_datastore());
|
||||||
} catch (OMB_InvalidYadisException $e) {
|
} catch (OMB_InvalidYadisException $e) {
|
||||||
$this->showForm(_('Not a valid profile URL (no YADIS document or ' .
|
$this->showForm(_('Not a valid profile URL (no YADIS document or ' .
|
||||||
'no or invalid XRDS defined).'));
|
'invalid XRDS defined).'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user