Skip to content

Commit 0e228a7

Browse files
fix(integrations): rename service-account modal docs link to Setup guide
1 parent fb1dca2 commit 0e228a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/workspace/[workspaceId]/integrations/components/connect-service-account-modal/connect-service-account-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function GoogleServiceAccountModal({
288288
<ChipModalFooter
289289
onCancel={() => onOpenChange(false)}
290290
secondaryAction={{
291-
label: 'Documentation',
291+
label: 'Setup guide',
292292
onClick: () => openDocs(GOOGLE_SERVICE_ACCOUNT_DOCS_URL),
293293
}}
294294
primaryAction={{
@@ -428,7 +428,7 @@ function AtlassianServiceAccountModal({
428428
<ChipModalFooter
429429
onCancel={() => onOpenChange(false)}
430430
secondaryAction={{
431-
label: 'Documentation',
431+
label: 'Setup guide',
432432
onClick: () => openDocs(ATLASSIAN_SERVICE_ACCOUNT_DOCS_URL),
433433
}}
434434
primaryAction={{

0 commit comments

Comments
 (0)