-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Enable/disable option shows rates text in plural instead rate #52465
Enable/disable option shows rates text in plural instead rate #52465
Conversation
bump for review @getusha |
@getusha Will you be able to review it today? Thanks. |
Reviewer Checklist
Screenshots/VideosAndroid: Native1 Disabled, 1 enabled rates 1 Disabled, 2 enabled rates 2 Disabled, 1 enabled rates 2 Disabled, 2 Enabled rates Android: mWeb Chrome1 Disabled, 1 enabled rates 1 Disabled, 2 enabled rates 2 Disabled, 1 enabled rates 2 Disabled, 2 Enabled rates iOS: Native1 Disabled, 1 enabled rates 1 Disabled, 2 enabled rates 2 Disabled, 1 enabled rates 2 Disabled, 2 Enabled rates iOS: mWeb Safari1 Disabled, 1 enabled rates 1 Disabled, 2 enabled rates 2 Disabled, 1 enabled rates 2 Disabled, 2 Enabled rates MacOS: Chrome / Safari1 Disabled, 1 enabled rate 1 Disabled, 2 enabled rates 2 Disabled, 1 enabled rates 2 Disabled, 2 Enabled rates |
Co-authored-by: Getabalew <75031127+getusha@users.noreply.github.com>
@getusha this should be ready for re-review |
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.
✋ 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/techievivek in version: 9.0.65-0 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 9.0.65-5 🚀
|
Explanation of Change
Fixed Issues
$ #51017
PROPOSAL: #51017 (comment)
Tests
Now select a few taxes (enabled/disabled) and verify that plural forms are matched. i.e. if only one
selected rate
is enabled, the option should beDisable rates
, if more than oneselected rates
is enabled then option should beDisable rates
:Offline tests
N/A
QA Steps
Now select a few taxes (enabled/disabled) and verify that plural forms are matched. i.e. if only one
selected rate
is enabled, the option should beDisable rates
, if more than oneselected rates
is enabled then option should beDisable rates
:PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Screen.Recording.2024-11-13.at.6.17.05.PM.mov
Android: mWeb Chrome
Screen.Recording.2024-11-13.at.6.23.19.PM.mov
iOS: Native
Screen.Recording.2024-11-13.at.7.40.12.PM.mov
iOS: mWeb Safari
Screen.Recording.2024-11-13.at.7.42.19.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-11-13.at.5.32.05.PM.mov
MacOS: Desktop
Screen.Recording.2024-11-13.at.5.43.44.PM.mov