Skip to content

Commit

Permalink
Fix php error in lang.pt.php (#182)
Browse files Browse the repository at this point in the history
There was a missing quote
  • Loading branch information
wdebusschere authored and nitriques committed Jun 5, 2017
1 parent 1f07f61 commit f50dce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/lang.pt.php
Expand Up @@ -124,7 +124,7 @@
'hoje',

'tomorrow' =>
'amanhã,
'amanhã',

'now' =>
'agora',
Expand Down

0 comments on commit f50dce8

Please sign in to comment.