fix: Update a couple system messages to match existing formatting#55596
Conversation
|
@rayane-djouah 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] |
| addEmployee: ({email, role}: AddEmployeeParams) => `agregó a ${email} como ${role === 'miembro' || role === 'user' ? 'miembro' : 'administrador'}`, | ||
| updateRole: ({email, currentRole, newRole}: UpdateRoleParams) => | ||
| `actualicé el rol ${email} de ${currentRole === 'miembro' || currentRole === 'user' ? 'miembro' : 'administrador'} a ${ | ||
| newRole === 'miembro' || newRole === 'user' ? 'miembro' : 'administrador' | ||
| }`, | ||
| `actualicé el rol ${email} a ${newRole === 'miembro' || newRole === 'user' ? 'miembro' : 'administrador'} (previamente ${ | ||
| currentRole === 'miembro' || currentRole === 'user' ? 'miembro' : 'administrador' | ||
| })`, |
There was a problem hiding this comment.
Can you please request translation review in Slack channel?
There was a problem hiding this comment.
asking here and need to wait for confirmation
Co-authored-by: rayane-djouah <77965000+rayane-djouah@users.noreply.github.com>
rayane-d
left a comment
There was a problem hiding this comment.
@nkdengineer Let's update the copy based on the Slack discussion
|
@rayane-djouah i updated |
Reviewer Checklist
Screenshots/VideosAndroid: NativeiOS: mWeb Safari |
Co-authored-by: rayane-djouah <77965000+rayane-djouah@users.noreply.github.com>
|
✋ 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/francoisl in version: 9.0.95-0 🚀
|
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.95-6 🚀
|





Explanation of Change
Fixed Issues
$ #55436
PROPOSAL: #55436 (comment)
Tests
added [email/phone] as a memberandupdated the role of [email/phone] to admin (previously member)is displayedOffline tests
same as tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
same as tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop