-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Update terms forms based on bank requirements #57557
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
Conversation
src/languages/en.ts
Outdated
@@ -2169,7 +2169,7 @@ const translations = { | |||
customerService: 'Customer service', | |||
automatedOrLive: '(automated or live agent)', | |||
afterTwelveMonths: '(after 12 months with no transactions)', | |||
weChargeOneFee: 'We charge one type of fee.', | |||
weChargeOneFee: 'We charge one type of fee. It is:', |
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.
We charge 1 other type of fee. It is:
src/languages/es.ts
Outdated
@@ -2191,7 +2191,7 @@ const translations = { | |||
customerService: 'Servicio al cliente', | |||
automatedOrLive: '(agente automatizado o en vivo)', | |||
afterTwelveMonths: '(después de 12 meses sin transacciones)', | |||
weChargeOneFee: 'Cobramos un tipo de tarifa.', | |||
weChargeOneFee: 'Cobramos un tipo de tarifa. Es:', |
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.
Combramos otro*? (I don't think the translation matters as much).
Co-authored-by: Rocio Perez-Cano <[email protected]>
Co-authored-by: Rocio Perez-Cano <[email protected]>
Co-authored-by: Rocio Perez-Cano <[email protected]>
@coleaeason You need to change it from draft to ready for review so I can merge it |
@pecanoro done! ty |
@stitesExpensify Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test Proposal Template
Regression Test ProposalPrecondition:Test:Do we agree 👍 or 👎 |
This is just changes on the copy so the list above didn't apply |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/pecanoro in version: 9.1.13-0 🚀
|
@coleaeason Testers are finding some inconsistencies in the validation screenshots and the current text we are seeing in the app. Just want to make sure this is all expected, can you please confirm? |
🚀 Deployed to production by https://github.com/mountiny in version: 9.1.13-5 🚀
|
Adding shae to confirm I got the text right.
Explanation of Change
This updates the short and long form forms to match the approved versions.
Fixed Issues
Related https://github.com/Expensify/Expensify/issues/473368
PROPOSAL:
Tests
Offline tests
QA Steps
Enable Wallet
Fees and terms
after Onfido, confirm that the text matches this screenshot:https://github.com/Expensify/Expensify/issues/442579#issuecomment-2544497757
https://www.expensify.com/fees
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop