Skip to content

Commit

Permalink
Change button's text
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Jan 25, 2025
1 parent 3fcfd2b commit 525d053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Dashboard/BillingAlerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export const BillingAlerts = ({
{isLoading[type].save ? (
<Loader2 className="h-4 w-4 animate-spin" />
) : (
'Save'
'Set'
)}
</Button>
{originalValue !== null && (
Expand Down

0 comments on commit 525d053

Please sign in to comment.