This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 973
Payment history footer message needs correct past/future context #6059
Labels
Milestone
Comments
This was referenced Dec 7, 2016
bkilrain
added a commit
to bkilrain/browser-laptop
that referenced
this issue
Jan 13, 2017
This commit changes the tense of the payment history footer from present tense to past tense. Fix brave#6059 Auditors: @bsclifton Test Plan: n/a
bkilrain
added a commit
to bkilrain/browser-laptop
that referenced
this issue
Jan 13, 2017
This commit changes the paymentHistoryFooter text to match the fact that reconcileDate will always be in the past (it is generated from moment.js's fromNow() method). Fixes brave#6059 Auditors: @bsclifton Tests: n/a
4 tasks
@bsclifton Hi there - I took it upon myself to give this one a try. I've poked through the codebase and it seems that paymentHistoryFooter should always refer to an action in the past (it's the history). So I just adjusted the language to reflect that. |
@bkilrain sorry for typo... |
luixxiul
added
QA/test-plan-specified
release-notes/include
and removed
QA/test-plan-required
labels
Jan 27, 2017
This was referenced Feb 3, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
problem: (your next contribution is 6 days ago)
code point:
browser-laptop/js/about/preferences.js
Line 963 in d86d963
Test Plan
ensure that
reconcileStamp
inledger-state.json
is in the future - the message in about:preferences#payments should show a future contribution.set
reconcileStamp
to less than a day in the past - the message should indicate today.set
reconcileStamp
to more than a day in the past - the message should indicate overdue.The text was updated successfully, but these errors were encountered: