Skip to content

Commit

Permalink
hotfix: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed May 25, 2024
1 parent 036a376 commit c627d7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/web-app/app/_ui/project/sale-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,11 @@ export const SaleStatus = ({ hasGrant }: { hasGrant: boolean }) => {
</h4>
<div className="p-8">
<ProgressBar
title="Current raise status"
title={
status === 'completed'
? 'Final raise status'
: 'Current raise status'
}
max={maxValue}
value={Number(totalCommitted)}
/>
Expand Down

0 comments on commit c627d7a

Please sign in to comment.