From c57a94a9c9118ff5f2316fc6b22fad1c4d04fa2a Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 24 Oct 2016 09:43:39 +0000 Subject: [PATCH] Applied fixes from StyleCI --- resources/lang/en/lang.php | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/resources/lang/en/lang.php b/resources/lang/en/lang.php index d296e8e69..2d7ee43db 100644 --- a/resources/lang/en/lang.php +++ b/resources/lang/en/lang.php @@ -1507,26 +1507,26 @@ return [ * User Module * -------------------------------------------------------------------------------------------- */ - 'agent_report' =>'Agent Report', - 'assign_tickets' =>'Assign Tickets', - 'delete_agent' =>'Delete Agent', - 'delete_user' =>'Delete User', - 'confirm_deletion' => 'Confirm Deletion', - 'delete_all_content' => ' Delete all content', - 'agent_profile' => 'Agent Profile', - 'change_role_to_admin' => 'Change Role To Admin', - 'change_role_to_user' => 'Change Role To User', - 'change_role_to_agent' => 'Change Role To Agent', - 'change_password' => 'Change Password', - 'role_change' => 'Role Change', - 'password_generator' => 'Password Generator', - 'depertment' => 'Depertment', - 'duetoday' => 'Due Today', - 'today-due_tickets' => 'Today\'s due ticekts', - 'password_change_successfully' => 'Password Change Successfully', - 'role_change_successfully' => 'Role Change Successfully', - 'user_delete_successfully' => 'User Delete Successfully', - 'agent_delete_successfully' => 'Agent Delete Successfully', + 'agent_report' => 'Agent Report', + 'assign_tickets' => 'Assign Tickets', + 'delete_agent' => 'Delete Agent', + 'delete_user' => 'Delete User', + 'confirm_deletion' => 'Confirm Deletion', + 'delete_all_content' => ' Delete all content', + 'agent_profile' => 'Agent Profile', + 'change_role_to_admin' => 'Change Role To Admin', + 'change_role_to_user' => 'Change Role To User', + 'change_role_to_agent' => 'Change Role To Agent', + 'change_password' => 'Change Password', + 'role_change' => 'Role Change', + 'password_generator' => 'Password Generator', + 'depertment' => 'Depertment', + 'duetoday' => 'Due Today', + 'today-due_tickets' => 'Today\'s due ticekts', + 'password_change_successfully' => 'Password Change Successfully', + 'role_change_successfully' => 'Role Change Successfully', + 'user_delete_successfully' => 'User Delete Successfully', + 'agent_delete_successfully' => 'Agent Delete Successfully', 'select_another_agent' => 'Select Another Agent', 'agent_delete_successfully_and_ticket_assign_to_another_agent' => 'Agent Delete Successfully And Ticket Assign TO Another Agent',