-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix button name on updated form #18000
Conversation
(Standard links)
|
@agh1 you should probably give this a thumbs up since you are best placed to agree it |
The words look good to me. We do have a tendency to capitalize all of the major words on a button. It's not what I'd do normally, but it is more-or-less a standard. It's also presumably used for multiple contributions. It's a thumbs-up for me if you capitalize the P and make it "Payments". |
Separately, this and a few other PRs have this test failure on |
Oh it looks like the test might have been fixed by #18003 |
test this please |
@eileenmcnaughton sorry I just realized this still says "Payment" rather than "Payments". In the context, I think there will nearly always be more than one contribution receiving payments. |
@agh1 thanks - fixed |
@seamuslee001 can you MOP |
@seamuslee001 @colemanw let's merge this before the rc is cut |
Strange class name now but I think the new button name makes it more clear what is going on here merging |
Overview
Follow up on #17777 - rename buttong
Before
'Update Pending Status
After
Record payment'
Technical Details
Comments
Some slightly bigger changes we could make