You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.bulk-actions.$bulkActionParam/route.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ function ControlledAbortBulkActionDialog({
372
372
disabled={!canAbort}
373
373
tooltip={canAbort ? undefined : "You don't have permission to abort bulk actions"}
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.bulk-actions/route.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ function BulkActionActionsCell({
370
370
LeadingIcon={NoSymbolIcon}
371
371
leadingIconClassName="text-error"
372
372
>
373
-
<spanclassName="text-text-bright">Abort</span>
373
+
<spanclassName="text-text-bright">Abort…</span>
374
374
</Button>
375
375
</DialogTrigger>
376
376
<AbortBulkActionDialogformAction={path}/>
@@ -383,7 +383,7 @@ function BulkActionActionsCell({
383
383
disabled
384
384
tooltip="You don't have permission to abort bulk actions"
0 commit comments