Skip to content

Commit

Permalink
Merge pull request Expensify#719 from Expensify/jamesdeanexpensify-pa…
Browse files Browse the repository at this point in the history
…tch-1

Update CONST.ts
  • Loading branch information
amyevans authored Jun 13, 2024
2 parents c2fc6d0 + 14fb30e commit a7df033
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -867,22 +867,22 @@ const CONST = {
TOO_LIMITED: {
id: 'tooLimited',
label: 'Functionality needs improvement',
prompt: 'What software are you migrating to and what led to this decision?',
prompt: 'What software are you moving to and why?',
},
TOO_EXPENSIVE: {
id: 'tooExpensive',
label: 'Too expensive',
prompt: 'What software are you migrating to and what led to this decision?',
prompt: 'What software are you moving to and why?',
},
INADEQUATE_SUPPORT: {
id: 'inadequateSupport',
label: 'Inadequate customer support',
prompt: 'What software are you migrating to and what led to this decision?',
prompt: 'What software are you moving to and why?',
},
BUSINESS_CLOSING: {
id: 'businessClosing',
label: 'Company closing, downsizing, or acquired',
prompt: 'What software are you migrating to and what led to this decision?',
prompt: 'What software are you moving to and why?',
},
},
} as const;
Expand Down

0 comments on commit a7df033

Please sign in to comment.