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

change submission to contribution #4528

Merged
merged 1 commit into from
Oct 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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