Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/app-switcher/__tests__/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('product configs should not change without updating this test', () => {
},
"autoResponder": {
"appName": "Auto Responder",
"supplementaryInfo": "Automated email marketing",
"supplementaryInfo": "Auto-enquiry follow up",
},
"bdm": {
"appName": "Lettings BDM",
Expand Down
2 changes: 1 addition & 1 deletion src/core/app-switcher/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface ProductConfig {
export const productConfigs = {
autoResponder: {
appName: 'Auto Responder',
supplementaryInfo: 'Automated email marketing',
supplementaryInfo: 'Auto-enquiry follow up',
},
agentBox: { appName: 'Reapit Sales', supplementaryInfo: 'Real estate CRM' },
bdm: {
Expand Down
Loading