Merge pull request #5658 from owncloud/session-error-full-sentence
[Trivial] Make "Please contact your system administrator" a full sentence.
This commit is contained in:
commit
eb0ecaa13c
|
@ -313,7 +313,7 @@ class OC {
|
||||||
header('HTTP/1.1 500 Internal Server Error');
|
header('HTTP/1.1 500 Internal Server Error');
|
||||||
OC_Util::addStyle("styles");
|
OC_Util::addStyle("styles");
|
||||||
$error = 'Session could not be initialized. Please contact your ';
|
$error = 'Session could not be initialized. Please contact your ';
|
||||||
$error .= 'system administrator';
|
$error .= 'system administrator.';
|
||||||
|
|
||||||
OC_Template::printErrorPage($error);
|
OC_Template::printErrorPage($error);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue