Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
There was an unneeded double-quote that I suggest to be removed.
  • Loading branch information
smhnaji authored Feb 23, 2019
1 parent 6ed4aa7 commit 3307bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Language/en/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

return [
'invalidCellMethod' => '{class}::{method} is not a valid method."',
'invalidCellMethod' => '{class}::{method} is not a valid method.',
'missingCellParameters' => '{class}::{method} has no params.',
'invalidCellParameter' => '{0} is not a valid param name.',
'noCellClass' => 'No view cell class provided.',
Expand Down

0 comments on commit 3307bc9

Please sign in to comment.