complete story 2.3 with qa test
This commit is contained in:
@@ -105,4 +105,19 @@ return [
|
||||
'no_consultations' => 'No consultations yet.',
|
||||
'no_timelines' => 'No timelines yet.',
|
||||
'member_since' => 'Member Since',
|
||||
|
||||
// Account Conversion
|
||||
'convert_to_company' => 'Convert to Company',
|
||||
'convert_to_individual' => 'Convert to Individual',
|
||||
'convert_to_company_description' => 'Convert this individual client account to a company account.',
|
||||
'convert_to_individual_description' => 'Convert this company account to an individual account.',
|
||||
'confirm_conversion' => 'Confirm Conversion',
|
||||
'confirm_conversion_to_company_message' => 'Are you sure you want to convert this account to a company account? All consultations and timelines will be preserved.',
|
||||
'confirm_conversion_to_individual_message' => 'Are you sure you want to convert this account to an individual account? Company data will be cleared.',
|
||||
'company_fields_will_be_cleared' => 'Company fields (company name, registration number, contact person details) will be cleared upon conversion.',
|
||||
'account_converted_to_company' => 'Account converted to company successfully.',
|
||||
'account_converted_to_individual' => 'Account converted to individual successfully.',
|
||||
'continue' => 'Continue',
|
||||
'back' => 'Back',
|
||||
'confirm_convert' => 'Confirm Conversion',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user