Fix "Component" lang being plural

This commit is contained in:
James Brooks
2015-01-27 17:25:37 +00:00
parent 0e25cf6e17
commit 0d2987dfb1
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ return [
// Components
'components' => [
'components' => 'Component|Components',
'components' => 'Components',
'component_statuses' => 'Component Statuses',
'add' => [
'title' => 'Add a component',