Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
change submission to contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jkup committed Oct 4, 2016
1 parent 0a80b1b commit 90b7a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/extensions/brave/locales/en-US/preferences.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bitcoinAddDescription=Use any BTC wallet that can transfer Bitcoin to your Brave
bitcoinBuy=Buy Bitcoin
viewPaymentHistory=View Payment History
paymentHistoryTitle=Your Payment History
paymentHistoryFooterText=Your next payment submission is {{reconcileDate}}.
paymentHistoryFooterText=Your next payment contribution is {{reconcileDate}}.
paymentHistoryOKText=OK
bitcoinAddress=Your Brave wallet address is:
bitcoinPaymentURL=Your Brave wallet address
Expand Down
2 changes: 1 addition & 1 deletion js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ class PaymentHistoryRow extends ImmutableComponent {
}

get receiptFileName () {
return `brave_ledger${this.numericDateStr}.csv`
return `Brave_Payments_${this.numericDateStr}.csv`
}

get dataURL () {
Expand Down

0 comments on commit 90b7a1f

Please sign in to comment.