-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[PAID] [$100] Expensify Card - "issued" starts with a lowercase i on shipping address message #51386
Comments
Triggered auto assignment to @strepanier03 ( |
We think this issue might be related to the #collect project. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Expensify Card - "issued" starts with a lowercase i on shipping address message What is the root cause of that problem?The copy on the translation file is start with lowercase Lines 3201 to 3203 in 45cabbf
What changes do you think we should make in order to solve the problem?Change it to start with uppercase Change both on en and es translation file What alternative solutions did you explore? (Optional) |
I think this might be more suited for #quality, trying to figure out a way to test this now. |
Job added to Upwork: https://www.upwork.com/jobs/~021851735794863120022 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rojiphil ( |
Upwork job price has been updated to $100 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Expensify Card - "issued" starts with a lowercase i on shipping address message What is the root cause of that problem?The lowercase "issued" originates from the translation file's text, which was mistakenly set with a lowercase letter at the start. Relevant File and LinesThe translation entries are in issuedCard: ({assignee}: AssigneeParams) => `issued ${assignee} an Expensify Card! The card will arrive in 2-3 business days.`,
issuedCardNoShippingDetails: ({assignee}: AssigneeParams) => `issued ${assignee} an Expensify Card! The card will be shipped once shipping details are added.`,
issuedCardVirtual: ({assignee, link}: IssueVirtualCardParams) => `issued ${assignee} a virtual ${link}! The card can be used right away. What changes do you think we should make in order to solve the problem?To correct this, change "issued" to "Issued" in each of the relevant entries. This update should be made in both the English (en.ts) and TypeScript (ts) translation files. What alternative solutions did you explore? (Optional)Alternatively, we could apply the existing startCase function to capitalize the first letter automatically. This could be done by using ${startCase("issued")} or applying startCase directly to the field where input is generated. This approach would allow for consistent capitalization without requiring manual adjustments for each translation entry. issuedCard: ({assignee}: AssigneeParams) => `${startCase("issued")} ${assignee} an Expensify Card! The card will arrive in 2-3 business days.`,
issuedCardNoShippingDetails: ({assignee}: AssigneeParams) => `${startCase("issued")} ${assignee} an Expensify Card! The card will be shipped once shipping details are added.`,
issuedCardVirtual: ({assignee, link}: IssueVirtualCardParams) => `${startCase("issued")} ${assignee} a virtual ${link}! The card can be used right away. |
@nyomanjyotisa proposal LGTM as that was the first one to identify the root cause and the texts in translation file that needs to be fixed. Initially, the proposal did miss mentioning the change in es translation file but that could have been easily found out during PR. |
Triggered auto assignment to @robertjchen, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
👍 to @nyomanjyotisa 's solution.
|
📣 @rojiphil 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @nyomanjyotisa 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@robertjchen, Thanks for reviewing my proposal; I will definitely try to be part of the Expensify as a contributor. |
Coming from here
@jamesdeanexpensify Here are the screenshots based on the latest main. What do you think? |
For the Spanish copy, I would remove the exclamation marks and just end that first sentence with a period instead. |
Sure then. Let’s do this here cc @nyomanjyotisa @robertjchen |
PR is ready |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.59-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-11-18. 🎊 For reference, here are some details about the assignees on this issue:
|
@rojiphil @strepanier03 The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
@rojiphil - I will check back later today for the checklist and pay out the contract once I have that and the reg test (if needed) submitted. @nyomanjyotisa - I've paid and closed your contract in Upwork, thanks! |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test ProposalPrecondition:Set the language to Spanish Steps:
Do we agree 👍 or 👎 |
@strepanier03 BZ checklist is completed. Also, I have accepted the offer. Thanks. |
Great, thanks @rojiphil - finishing up now. |
Okay, made the reg test, paid the contract and closed it. Closing this out. Thanks all! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.53-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
Found when validation PR #50660
Email or phone of affected tester (no customers): nathanmulugetatesting+1941@gmail.com
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team
Action Performed:
Pre-conditions: Bank account is connected and Expensify card is enabled on a collect workspace, a member is added.
Expected Result:
The shipping address message starts the word "issued" with an uppercase "I"
Actual Result:
The shipping address message starts the word issued with a lowercase "i"
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @strepanier03The text was updated successfully, but these errors were encountered: