Skip to content

Commit cdaffdd

Browse files
authored
Keys: Cast.stringName => stringName
1 parent 919b3bd commit cdaffdd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

system/Language/en/Cast.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*/
1515

1616
return [
17-
'Cast.jsonErrorDepth' => 'Maximum stack depth exceeded',
18-
'Cast.jsonErrorStateMismatch' => 'Underflow or the modes mismatch',
19-
'Cast.jsonErrorCtrlChar' => 'Unexpected control character found',
20-
'Cast.jsonErrorSyntax' => 'Syntax error, malformed JSON',
21-
'Cast.jsonErrorUtf8' => 'Malformed UTF-8 characters, possibly incorrectly encoded',
22-
'Cast.jsonErrorUnknown' => 'Unknown error'
17+
'jsonErrorDepth' => 'Maximum stack depth exceeded',
18+
'jsonErrorStateMismatch' => 'Underflow or the modes mismatch',
19+
'jsonErrorCtrlChar' => 'Unexpected control character found',
20+
'jsonErrorSyntax' => 'Syntax error, malformed JSON',
21+
'jsonErrorUtf8' => 'Malformed UTF-8 characters, possibly incorrectly encoded',
22+
'jsonErrorUnknown' => 'Unknown error'
2323
];

0 commit comments

Comments
 (0)