Skip to content

Commit cc3256a

Browse files
committed
chore: update text for lifetime funding
1 parent 1cc096a commit cc3256a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/v2/js/grants/_detail-component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ Vue.component('grant-details', {
619619
const rounded_lifetime_amount = Math.round(amount_received / 1000) * 1000;
620620

621621
vm.grant.rounded_lifetime_amount = (rounded_lifetime_amount > 1000) ?
622-
`~$${rounded_lifetime_amount}` : '>$1,000';
622+
`~$${rounded_lifetime_amount}` : 'Less than $1,000';
623623

624624
if (vm.grant.description_rich_edited) {
625625
vm.editor.updateContents(JSON.parse(vm.grant.description_rich));

0 commit comments

Comments
 (0)