-
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
Fix: Inconsistent capitalization in product #17327
Fix: Inconsistent capitalization in product #17327
Conversation
@thienlnam @0xmiroslav One of you needs to 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] |
@@ -930,7 +930,7 @@ function buildOptimisticAddCommentReportAction(text, file) { | |||
const commentText = getParsedComment(text); | |||
const isAttachment = _.isEmpty(text) && file !== undefined; | |||
const attachmentInfo = isAttachment ? file : {}; | |||
const htmlForNewComment = isAttachment ? 'Uploading Attachment...' : commentText; | |||
const htmlForNewComment = isAttachment ? 'Uploading attachment...' : commentText; |
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.
@thienlnam should we localize this for Spanish? I think this place is fine for now because we'll be deprecating uploading message.
https://expensify.slack.com/archives/C01GTK53T8Q/p1664819628960309
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.
Nice catch, yeah I'm not sure why this copy was not ever localized. Agree we can just leave it since we're going to be removing it soon
f210d08
to
f3cfbce
Compare
And don't force-push |
f3cfbce
to
a007c2c
Compare
@0xmiroslav Noted, thanks for reminding me. Please help to check again |
@0xmiroslav @thienlnam Please help to check this PR and ping me if there are any problems. |
Still waiting for confirmation - #17239 (comment) |
Sasha left some confirmation - let's also make sure to address the cases in the latest merged issue, this should address all the inconsistent capitalization in product |
@thienlnam @0xmiroslav I just updated the PR, please help to check again and I will update screenshots after your confirmation |
@dukenv0307 confirmed. please go ahead screenshots |
@0xmiroslav I just updated all screenshot, help to check again |
@dukenv0307 on which platform can I see Spanish changes? |
@dukenv0307 please pull from main. Branding changed on Login page |
@0xmiroslav Spanish changes only in case "Terms of Service" and "Privacy" text should be consistent in product and you can see it in all platform |
@0xmiroslav Login page changed in main but this text is same. Do I need to update screenshots in login page |
yes please |
@dukenv0307 did you update? |
@0xmiroslav sorry I was busy earlier, I will update it right now |
@0xmiroslav I just updated. Help to check again |
Reviewer Checklist
Screenshots/Videos |
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.
2 minor concerns:
- Inconsistency - (Debit card), (Bank account) is missing in Spanish. This is not capitalization issue so out of scope.
T
erms ofS
ervice andP
rivacy capitalization together in a sentence (already raised in linked issue but got no answer yet)
Other than that, looks good.
cc: @thienlnam
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.
Looks good! Thanks for the review, going to wait for confirmation but I agree with your stance on the capitalization
@dukenv0307 minor one: |
…tps://github.com/dukenv0307/App into fix/17239-inconsistent-capitalization-in-product
@0xmiroslav I just fixed, please check again |
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.
Thanks for the quick fix. We're still waiting for "Terms of Service and Privacy" confirmation before final merge.
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.
Cool we're good to go here! Nice work everyone
✋ 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/thienlnam in version: 1.3.4-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.4-0 🚀
|
Details
Inconsistent capitalization in product
Fixed Issues
$ #17239
PROPOSAL: #17239 (comment)
Tests
Note: Case 1 in test could be only tested in desktop web and desktop app
Offline tests
Same above
QA Steps
Note: Case 1 in test could be only tested in desktop web and desktop app
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android