Skip to content

Commit 08bff45

Browse files
committed
fix(search): clarify recovery when Search is disabled
1 parent befdfaf commit 08bff45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/credential-groups/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export async function ensureWorkspaceAccountsGroup(
307307
throw new OrchestrationError(
308308
'validation',
309309
scope.kind === 'organization'
310-
? `Update ${preparedOption.label} using More > Refresh connection settings in Sources before connecting this source`
310+
? `Refresh ${preparedOption.label} in Sources > More > Refresh connection settings, or Connected accounts > Providers > Update configurations when Search is disabled`
311311
: `Update ${preparedOption.label} in Connected accounts before connecting this source`
312312
)
313313
}

0 commit comments

Comments
 (0)