Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Jan 5, 2025
1 parent 6b7010e commit caf2ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/(app)/automation/BulkRunRules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export function BulkRunRules() {

return (
<div>
<Tooltip content="Select emails to process with AI">
<Tooltip content="Bulk process emails">
<Button type="button" size="icon" variant="outline" onClick={openModal}>
<HistoryIcon className="size-4" />
<span className="sr-only">Select emails to process with AI</span>
<span className="sr-only">Select emails to process</span>
</Button>
</Tooltip>
<Modal
Expand Down

0 comments on commit caf2ff3

Please sign in to comment.