-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
dev/core#1613/Updated Misleading labels #16651
Conversation
(Standard links)
|
@@ -479,7 +479,7 @@ public function buildQuickForm() { | |||
if (!($allAreBillingModeProcessors && !$this->_values['is_pay_later'])) { | |||
$submitButton = [ | |||
'type' => 'upload', | |||
'name' => CRM_Utils_Array::value('is_confirm_enabled', $this->_values) ? ts('Confirm Contribution') : ts('Contribute'), | |||
'name' => CRM_Utils_Array::value('is_confirm_enabled', $this->_values) ? ts('Review your contribution') : ts('Contribute'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kartik1000 can you fix the indent issue here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sure. 5 mins.
@seamuslee001, I have fixed it. |
test this please |
@civibot test this please |
@colemanw are there any issues? |
@kartik1000 test failure looks unrelated. In general we always try to make sure the tests pass before we merge the PR |
test this please |
Ok @yashodha. |
@kartik1000 The test that is failing (if you click the details link on the right-hand side where it says the checks have failed) is a common false-positive (see https://lab.civicrm.org/dev/core/-/wikis/Testy-tests), so you don't need to do anything about that. But there is a second problem where it says "This branch has conflicts". You need to rebase your branch - see https://docs.civicrm.org/dev/en/latest/tools/git/#rebasing and the section below it. |
Ok @demeritcowboy, I will rebase. So do you feel that if we might run the tests again, these tests might pass then? |
Right. When you push your rebased branch jenkins here will automatically restart the tests. |
@demeritcowboy, Consequently you were right, all tests have passed! |
|
Thanks @kartik1000 merging based on @demeritcowboy review |
Signed-off-by: Kartik Kathuria kathuriakartik0@gmail.com
Overview
Update the misleading labels on public Contribution and Registration forms, as mentioned in dev/core#1613 . Changed 'confirm payment' to 'Review your contribution' on contribution form and 'continue' on registration page to 'Review your registration' .