Skip to content

Commit

Permalink
Merge pull request #1757 from smhnaji/patch-1
Browse files Browse the repository at this point in the history
Correct the unneeded double-quote (typo)
  • Loading branch information
jim-parry authored Feb 23, 2019
2 parents 6ed4aa7 + 3307bc9 commit f746fa0
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 f746fa0

Please sign in to comment.