Fix "Component" lang being plural
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'Component|Components',
|
||||
'components' => 'Components',
|
||||
'component_statuses' => 'Component Statuses',
|
||||
'add' => [
|
||||
'title' => 'Add a component',
|
||||
|
||||
Reference in New Issue
Block a user