Skip to content

Commit

Permalink
fix: remove the s on software in plural (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Jun 11, 2021
1 parent d4e4968 commit 989b33a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/Console/Commands/Tests/SetupDummyAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ private function createHardware(): void

private function createSoftware(): void
{
$this->info('☐ Add softwares and associate them to employees');
$this->info('☐ Add software and associate them to employees');

$softwares = collect([
'Office 365',
Expand Down
8 changes: 4 additions & 4 deletions resources/lang/en/account.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'home_general_settings' => 'General settings',
'home_manage_ecoffee' => 'Manage eCoffee process',
'home_cancel_account' => 'Cancel this account',
'home_manage_software' => 'Manage softwares',
'home_manage_software' => 'Manage software',
'employees_title' => 'Manage the employees in {company}',
'employees_all_title' => 'All the employees in {company}',
'employees_permission_title' => 'All the employees sorted by permission in {company}',
Expand Down Expand Up @@ -631,10 +631,10 @@
'software_new_purchase_date' => 'Purchase date',
'software_new_expiration_date' => 'Expiration date',
'software_new_website' => 'Website',
'software_index_title' => 'Softwares used in the company',
'software_index_title' => 'Software used in the company',
'software_index_cta' => 'Add a software',
'software_index_blank_description' => 'Manage the softwares that your commpany uses.',
'software_index_count' => '{company} manages {count} softwares.',
'software_index_blank_description' => 'Manage the software that your company uses.',
'software_index_count' => '{company} manages {count} software.',
'software_show_add_employee' => 'The employee has been added.',
'software_show_remove_employee' => 'The employee has been removed.',
'software_show_add_all_employees' => 'All employees have been added.',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/en/employee.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
'edit_contract_rate_add_desc' => '{currency} per hour',
'hardware_title' => 'Hardware',
'hardware_no_info' => 'No items have been lent yet.',
'software_title' => 'Softwares',
'software_no_info' => 'No softwares have been assigned yet.',
'software_title' => 'Software',
'software_no_info' => 'No software have been assigned yet.',
'recent_ship_title' => 'Accomplishments',
'recent_ship_list_blank' => 'This person has not done any accomplishments yet.',
'skills_title' => 'Skills',
Expand Down

0 comments on commit 989b33a

Please sign in to comment.