diff --git a/app/lang/en/admin/licenses/message.php b/app/lang/en/admin/licenses/message.php index 1f56e16c1f74..98e9ed5a076c 100755 --- a/app/lang/en/admin/licenses/message.php +++ b/app/lang/en/admin/licenses/message.php @@ -5,7 +5,7 @@ 'does_not_exist' => 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', + 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by someone other than the person selected in the assigned to dropdown.', 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',