File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ switch ($this->getContext()->error) {
19
19
$ message = "Cannot find document by that id. " ;
20
20
break ;
21
21
case "INVALID_CSRF " :
22
- $ message = "The Cross-Site Request Forgery token was invalid. Either the "
23
- . "edit document form expired, or this may have been a malicious attempt "
24
- . "to create a document. " ;
22
+ $ message = "The Cross-Site Request Forgery token was invalid. Either the "
23
+ . "edit document form expired, or this may have been a malicious "
24
+ . "attempt to create a document. " ;
25
25
break ;
26
26
case "EMPTY_TITLE " :
27
27
$ message = "The title of the document is required. " ;
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ switch ($this->getContext()->error) {
19
19
$ message = "Cannot find packet by that id. " ;
20
20
break ;
21
21
case "INVALID_CSRF " :
22
- $ message = "The Cross-Site Request Forgery token was invalid. Either the "
23
- . "edit packet form expired, or this may have been a malicious attempt "
22
+ $ message = "The Cross-Site Request Forgery token was invalid. Either the "
23
+ . "edit packet form expired, or this may have been a malicious attempt "
24
24
. "to create a packet. " ;
25
25
break ;
26
26
case "EMPTY_NAME " :
You can’t perform that action at this time.
0 commit comments