From ac2ce5720659e338709c3c990287d506930fdc82 Mon Sep 17 00:00:00 2001 From: Marc Glasser Date: Mon, 23 Sep 2024 15:43:18 -1000 Subject: [PATCH] Remove optional from Setup tags task --- src/CONST.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CONST.ts b/src/CONST.ts index c8cbe72bc39e..b42edce6fcde 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -4555,7 +4555,7 @@ const CONST = { { type: 'setupTags', autoCompleted: false, - title: 'Set up tags (optional)', + title: 'Set up tags', description: ({workspaceMoreFeaturesLink}) => 'Tags can be used if you want more details with every expense. Use tags for projects, clients, locations, departments, and more. If you need multiple levels of tags you can upgrade to a control plan.\n' + '\n' +