Skip to content

Commit 159411f

Browse files
committed
chore(text): rename run to execute in bulk edit
1 parent d9a5716 commit 159411f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/bulkEdits/BulkEdits.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class BulkEdits extends Component<BulkEditsProps, BulkEditsState> {
240240
isLoading={view === BulkEditViewType.LOADING_IMPACTED_OUTPUT}
241241
/>
242242
<Button
243-
text="Run"
243+
text="Execute"
244244
onClick={this.handleRunButton}
245245
dataTestId="run-button"
246246
startIcon={<Icon name="ic-play-outline" color={null} />}

0 commit comments

Comments
 (0)