Add bank statement and ssn requirements - #98500
Draft
madmax330 wants to merge 5 commits into
Draft
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
This comment has been minimized.
This comment has been minimized.
Contributor
🦜 Polyglot Parrot! 🦜Squawk! Looks like you added some shiny new English strings. Allow me to parrot them back to you in other tongues: View the translation diffdiff --git a/src/languages/de.ts b/src/languages/de.ts
index ef73bc50..9c7e632e 100644
--- a/src/languages/de.ts
+++ b/src/languages/de.ts
@@ -4164,7 +4164,7 @@ ${amount} für ${merchant} – ${date}`,
proofOfBeneficialOwnerDescription:
'Bitte legen Sie eine unterzeichnete Bescheinigung und ein Organigramm vor, ausgestellt von einem vereidigten Buchhalter, Notar oder Rechtsanwalt, die den Besitz von 25 % oder mehr des Unternehmens bestätigt. Das Dokument muss innerhalb der letzten drei Monate datiert sein und die Lizenznummer der unterzeichnenden Person enthalten.',
proofOfBeneficialOwnerDescriptionCA:
- 'Bitte legen Sie Ihr Schedule 50 (Shareholder Information) aus Ihrer letzten T2-Körperschaftsteuererklärung vor, das jede Person aufführt, die 25 % oder mehr des Unternehmens besitzt.',
+ 'Bitte geben Sie Ihren Schedule 50 (Aktionärsinformationen) aus Ihrer aktuellsten T2-Körperschaftsteuererklärung an, in dem jede Person aufgeführt ist, die 25 % oder mehr des Unternehmens besitzt.',
copyOfID: 'Kopie des Ausweises des wirtschaftlich Berechtigten',
copyOfIDDescription: 'Beispiele: Reisepass, Führerschein usw.',
proofOfAddress: 'Adressnachweis für wirtschaftlich Berechtigte',
diff --git a/src/languages/el.ts b/src/languages/el.ts
index a719ecfc..ec8ae6fc 100644
--- a/src/languages/el.ts
+++ b/src/languages/el.ts
@@ -4171,7 +4171,7 @@ ${amount} για ${merchant} - ${date}`,
legalFirstName: 'Επίσημο μικρό όνομα',
legalLastName: 'Επώνυμο (όπως αναγράφεται στα επίσημα έγγραφα)',
enterTheDateOfBirthOfTheOwner: 'Ποια είναι η ημερομηνία γέννησης του κατόχου;',
- enterTheSSN: 'Ποιος είναι ο αριθμός κοινωνικής ασφάλισης του κατόχου;',
+ enterTheSSN: 'Ποιος είναι ο αριθμός κοινωνικής ασφάλισης του ιδιοκτήτη;',
dontWorry: 'Μην ανησυχείτε, δεν κάνουμε κανέναν προσωπικό έλεγχο πιστοληπτικής ικανότητας!',
enterTheOwnersAddress: 'Ποια είναι η διεύθυνση του ιδιοκτήτη;',
letsDoubleCheck: 'Ας ελέγξουμε διπλά ότι όλα φαίνονται σωστά.',
@@ -4198,8 +4198,8 @@ ${amount} για ${merchant} - ${date}`,
whatsYourDOB: 'Ποια είναι η ημερομηνία γέννησής σας;',
whatsTheOwnersAddress: 'Ποια είναι η διεύθυνση του ιδιοκτήτη;',
whatsYourAddress: 'Ποια είναι η διεύθυνσή σας;',
- whatsTheOwnersSSN: 'Ποιος είναι ο αριθμός κοινωνικής ασφάλισης του κατόχου;',
- whatsYourSSN: 'Ποιος είναι ο αριθμός κοινωνικής σας ασφάλισης;',
+ whatsTheOwnersSSN: 'Ποιος είναι ο αριθμός κοινωνικής ασφάλισης του ιδιοκτήτη;',
+ whatsYourSSN: 'Ποιος είναι ο αριθμός κοινωνικής ασφάλισής σας;',
whatsYourNationality: 'Ποια είναι η χώρα ιθαγένειάς σας;',
whatsTheOwnersNationality: 'Ποια είναι η χώρα ιθαγένειας του ιδιοκτήτη;',
countryOfCitizenship: 'Χώρα ιθαγένειας',
@@ -4229,7 +4229,7 @@ ${amount} για ${merchant} - ${date}`,
proofOfBeneficialOwnerDescription:
'Παρακαλούμε προσκομίστε υπογεγραμμένη βεβαίωση και οργανόγραμμα από ορκωτό λογιστή, συμβολαιογράφο ή δικηγόρο που να επιβεβαιώνουν την κατοχή του 25% ή περισσότερο της επιχείρησης. Πρέπει να φέρουν ημερομηνία εντός των τελευταίων τριών μηνών και να περιλαμβάνουν τον αριθμό άδειας του υπογράφοντος.',
proofOfBeneficialOwnerDescriptionCA:
- 'Παρακαλούμε υποβάλετε το Schedule 50 (Shareholder Information) από την πιο πρόσφατη εταιρική φορολογική δήλωση T2, όπου εμφανίζεται κάθε άτομο που κατέχει 25% ή περισσότερο της επιχείρησης.',
+ 'Παρακαλούμε προσκομίστε το Έντυπο Schedule 50 (Shareholder Information) από την πιο πρόσφατη εταιρική δήλωση φόρου εισοδήματος T2, στο οποίο εμφανίζεται κάθε άτομο που κατέχει ποσοστό 25% ή περισσότερο της επιχείρησης.',
copyOfID: 'Αντίγραφο ταυτότητας πραγματικού δικαιούχου',
copyOfIDDescription: 'Παραδείγματα: διαβατήριο, άδεια οδήγησης κ.λπ.',
proofOfAddress: 'Απόδειξη διεύθυνσης για τον πραγματικό δικαιούχο',
diff --git a/src/languages/es.ts b/src/languages/es.ts
index 6f4d762c..45de6dce 100644
--- a/src/languages/es.ts
+++ b/src/languages/es.ts
@@ -4024,7 +4024,7 @@ ${amount} para ${merchant} - ${date}`,
legalFirstName: 'Nombre legal',
legalLastName: 'Apellidos legales',
enterTheDateOfBirthOfTheOwner: '¿Cuál es la fecha de nacimiento del dueño?',
- enterTheSSN: '¿Cuál es el número de la seguridad social del dueño?',
+ enterTheSSN: '¿Cuál es el número de la Seguridad Social del propietario?',
dontWorry: 'No te preocupes, ¡no realizamos verificaciones de crédito personales!',
enterTheOwnersAddress: '¿Cuál es la dirección del dueño?',
letsDoubleCheck: 'Vamos a verificar que todo esté correcto.',
@@ -4051,8 +4051,8 @@ ${amount} para ${merchant} - ${date}`,
whatsYourDOB: '¿Cuál es su fecha de nacimiento?',
whatsTheOwnersAddress: '¿Cuál es la dirección del propietario?',
whatsYourAddress: '¿Cuál es su dirección?',
- whatsTheOwnersSSN: '¿Cuál es el número de seguro social del propietario?',
- whatsYourSSN: '¿Cuál es su número de seguro social?',
+ whatsTheOwnersSSN: '¿Cuál es el número de la Seguridad Social del propietario?',
+ whatsYourSSN: '¿Cuál es tu número de la Seguridad Social?',
whatsYourNationality: '¿Cuál es tu país de ciudadanía?',
whatsTheOwnersNationality: '¿Cuál es el país de ciudadanía del propietario?',
countryOfCitizenship: 'País de ciudadanía',
@@ -4080,7 +4080,7 @@ ${amount} para ${merchant} - ${date}`,
proofOfBeneficialOwnerDescription:
'Por favor, proporciona una declaración firmada y un organigrama de un contador público, notario o abogado que verifique la propiedad del 25% o más del negocio. Debe estar fechado dentro de los últimos tres meses e incluir el número de licencia del firmante.',
proofOfBeneficialOwnerDescriptionCA:
- 'Por favor, proporciona tu Schedule 50 (Shareholder Information) de tu declaración de impuestos corporativos T2 más reciente, que muestre a cada persona que posee el 25% o más del negocio.',
+ 'Por favor, proporciona tu Anexo 50 (Información de los accionistas) de la declaración más reciente del impuesto sobre la renta de sociedades T2, donde se muestren todas las personas físicas que poseen el 25% o más del negocio.',
copyOfID: 'Copia de la identificación del propietario beneficiario',
copyOfIDDescription: 'Ejemplos: Pasaporte, licencia de conducir, etc.',
proofOfAddress: 'Prueba de la dirección del propietario beneficiario',
diff --git a/src/languages/fr.ts b/src/languages/fr.ts
index a93870ae..974bddc4 100644
--- a/src/languages/fr.ts
+++ b/src/languages/fr.ts
@@ -4116,7 +4116,7 @@ ${amount} pour ${merchant} - ${date}`,
legalFirstName: 'Prénom légal',
legalLastName: 'Nom de famille légal',
enterTheDateOfBirthOfTheOwner: 'Quelle est la date de naissance du responsable ?',
- enterTheSSN: 'Quel est le numéro de sécurité sociale du responsable ?',
+ enterTheSSN: 'Quel est le numéro de sécurité sociale du propriétaire ?',
dontWorry: 'Ne vous inquiétez pas, nous ne faisons aucun contrôle de crédit personnel !',
enterTheOwnersAddress: 'Quelle est l’adresse du responsable ?',
letsDoubleCheck: 'Vérifions une dernière fois que tout est correct.',
@@ -4143,8 +4143,8 @@ ${amount} pour ${merchant} - ${date}`,
whatsYourDOB: 'Quelle est votre date de naissance ?',
whatsTheOwnersAddress: 'Quelle est l’adresse du responsable ?',
whatsYourAddress: 'Quelle est votre adresse ?',
- whatsTheOwnersSSN: 'Quel est le numéro de sécurité sociale du propriétaire ?',
- whatsYourSSN: 'Quel est votre numéro de Sécurité sociale ?',
+ whatsTheOwnersSSN: 'Quel est le numéro de sécurité sociale du propriétaire ?',
+ whatsYourSSN: 'Quel est votre numéro de sécurité sociale ?',
whatsYourNationality: 'Quel est votre pays de citoyenneté ?',
whatsTheOwnersNationality: 'Quel est le pays de citoyenneté du responsable ?',
countryOfCitizenship: 'Pays de citoyenneté',
@@ -4173,7 +4173,7 @@ ${amount} pour ${merchant} - ${date}`,
proofOfBeneficialOwnerDescription:
'Veuillez fournir une attestation signée et un organigramme émis par un expert-comptable, un notaire ou un avocat, confirmant la détention de 25 % ou plus de l’entreprise. Le document doit être daté de moins de trois mois et inclure le numéro de licence du signataire.',
proofOfBeneficialOwnerDescriptionCA:
- 'Veuillez fournir votre annexe 50 (Renseignements sur les actionnaires) de votre plus récente déclaration de revenus des sociétés T2, indiquant chaque personne qui détient 25 % ou plus de l’entreprise.',
+ 'Veuillez fournir votre Annexe 50 (Renseignements sur les actionnaires) de votre plus récente déclaration T2 de l’impôt sur le revenu des sociétés, indiquant chaque personne détenant 25 % ou plus de l’entreprise.',
copyOfID: 'Copie de la pièce d’identité du bénéficiaire effectif',
copyOfIDDescription: 'Exemples : passeport, permis de conduire, etc.',
proofOfAddress: 'Justificatif de domicile du bénéficiaire effectif',
diff --git a/src/languages/it.ts b/src/languages/it.ts
index 8d966d7c..9e2461ef 100644
--- a/src/languages/it.ts
+++ b/src/languages/it.ts
@@ -4091,7 +4091,7 @@ ${amount} per ${merchant} - ${date}`,
legalFirstName: 'Nome legale di battesimo',
legalLastName: 'Cognome legale',
enterTheDateOfBirthOfTheOwner: 'Qual è la data di nascita del titolare?',
- enterTheSSN: 'Qual è il numero di previdenza sociale del titolare?',
+ enterTheSSN: 'Qual è il numero di Previdenza Sociale del titolare?',
dontWorry: 'Non preoccuparti, non effettuiamo alcun controllo del credito personale!',
enterTheOwnersAddress: "Qual è l'indirizzo del proprietario?",
letsDoubleCheck: 'Controlliamo che sia tutto a posto.',
@@ -4118,7 +4118,7 @@ ${amount} per ${merchant} - ${date}`,
whatsYourDOB: 'Qual è la tua data di nascita?',
whatsTheOwnersAddress: "Qual è l'indirizzo del proprietario?",
whatsYourAddress: 'Qual è il tuo indirizzo?',
- whatsTheOwnersSSN: 'Qual è il numero di previdenza sociale del titolare?',
+ whatsTheOwnersSSN: 'Qual è il numero di Previdenza Sociale del titolare?',
whatsYourSSN: 'Qual è il tuo numero di previdenza sociale?',
whatsYourNationality: 'Qual è il tuo Paese di cittadinanza?',
whatsTheOwnersNationality: 'Qual è il paese di cittadinanza del titolare?',
@@ -4147,7 +4147,7 @@ ${amount} per ${merchant} - ${date}`,
proofOfBeneficialOwnerDescription:
'Fornisci un’attestazione firmata e un organigramma da parte di un commercialista, notaio o avvocato che verifichi la titolarità del 25% o più dell’azienda. Il documento deve essere datato negli ultimi tre mesi e includere il numero di licenza del firmatario.',
proofOfBeneficialOwnerDescriptionCA:
- 'Fornisci il tuo Schedule 50 (Shareholder Information) della tua più recente dichiarazione dei redditi societaria T2, che indichi ogni persona che detiene il 25% o più dell’azienda.',
+ 'Fornisci il tuo modulo Schedule 50 (Informazioni sugli azionisti) dalla più recente dichiarazione T2 dell’imposta sul reddito societario, che mostri ogni persona fisica che possiede il 25% o più dell’attività.',
copyOfID: 'Copia del documento d’identità del titolare effettivo',
copyOfIDDescription: 'Esempi: passaporto, patente di guida, ecc.',
proofOfAddress: 'Prova di indirizzo per il titolare effettivo',
diff --git a/src/languages/ja.ts b/src/languages/ja.ts
index 3ddf534b..cc51f739 100644
--- a/src/languages/ja.ts
+++ b/src/languages/ja.ts
@@ -4115,7 +4115,7 @@ ${integrationName === CONST.ONBOARDING_ACCOUNTING_MAPPING.other ? 'あなたの'
proofOfBeneficialOwnerDescription:
'事業の所有権が25%以上であることを証明するため、公認会計士、公証人、または弁護士が署名した宣誓書および組織図をご提出ください。日付は過去3か月以内のものであり、署名者の免許番号が記載されている必要があります。',
proofOfBeneficialOwnerDescriptionCA:
- '直近のT2法人所得税申告書のSchedule 50(Shareholder Information/株主情報)をご提出ください。事業の25%以上を保有するすべての個人が記載されている必要があります。',
+ '直近の T2 法人所得税申告書に含まれる Schedule 50(株主情報)をご提出ください。事業の持分を 25%以上所有しているすべての個人が分かるものをご用意ください。',
copyOfID: '実質的支配者の本人確認書類のコピー',
copyOfIDDescription: '例:パスポート、運転免許証など',
proofOfAddress: '実質的支配者の住所証明',
diff --git a/src/languages/nl.ts b/src/languages/nl.ts
index de7786d3..eb380861 100644
--- a/src/languages/nl.ts
+++ b/src/languages/nl.ts
@@ -4118,7 +4118,7 @@ ${amount} voor ${merchant} - ${date}`,
whatsTheOwnersAddress: 'Wat is het adres van de eigenaar?',
whatsYourAddress: 'Wat is je adres?',
whatsTheOwnersSSN: 'Wat is het burgerservicenummer (BSN) van de eigenaar?',
- whatsYourSSN: 'Wat is uw sofinummer?',
+ whatsYourSSN: 'Wat is je sofinummer?',
whatsYourNationality: 'Wat is uw nationaliteit?',
whatsTheOwnersNationality: 'Wat is het land van staatsburgerschap van de eigenaar?',
countryOfCitizenship: 'Land van nationaliteit',
@@ -4146,7 +4146,7 @@ ${amount} voor ${merchant} - ${date}`,
proofOfBeneficialOwnerDescription:
'Geef een ondertekende verklaring en een organisatieschema van een openbare accountant, notaris of advocaat waarin wordt bevestigd wie 25% of meer van het bedrijf bezit. Deze moeten dateren van binnen de laatste drie maanden en het licentienummer van de ondertekenaar bevatten.',
proofOfBeneficialOwnerDescriptionCA:
- 'Lever je Schedule 50 (Shareholder Information) aan uit je meest recente T2-aangifte vennootschapsbelasting, waarin iedere persoon staat die 25% of meer van het bedrijf bezit.',
+ 'Upload alsjeblieft je Schedule 50 (aandeelhoudersinformatie) van je meest recente T2-vennootschapsbelastingaangifte, waarop iedere persoon staat die 25% of meer van het bedrijf bezit.',
copyOfID: 'Kopie van identiteitsbewijs van uiteindelijk belanghebbende',
copyOfIDDescription: 'Voorbeelden: paspoort, rijbewijs, enz.',
proofOfAddress: 'Adresbewijs voor uiteindelijke belanghebbende',
diff --git a/src/languages/pl.ts b/src/languages/pl.ts
index 0ea7632c..7307f765 100644
--- a/src/languages/pl.ts
+++ b/src/languages/pl.ts
@@ -4103,7 +4103,7 @@ ${amount} dla ${merchant} - ${date}`,
whatsTheOwnersAddress: 'Jaki jest adres właściciela?',
whatsYourAddress: 'Jaki jest twój adres?',
whatsTheOwnersSSN: 'Jaki jest numer Social Security właściciela?',
- whatsYourSSN: 'Jaki jest Twój numer Social Security?',
+ whatsYourSSN: 'Jaki jest twój numer ubezpieczenia społecznego?',
whatsYourNationality: 'Jaki jest Twój kraj obywatelstwa?',
whatsTheOwnersNationality: 'Jaki jest kraj obywatelstwa właściciela?',
countryOfCitizenship: 'Kraj obywatelstwa',
@@ -4132,7 +4132,7 @@ ${amount} dla ${merchant} - ${date}`,
proofOfBeneficialOwnerDescription:
'Prosimy o dostarczenie podpisanego oświadczenia oraz schematu organizacyjnego od biegłego rewidenta, notariusza lub prawnika, potwierdzających posiadanie 25% lub więcej udziałów w firmie. Dokument musi być opatrzony datą z ostatnich trzech miesięcy i zawierać numer licencji osoby podpisującej.',
proofOfBeneficialOwnerDescriptionCA:
- 'Prześlij formularz Schedule 50 (Shareholder Information) z najnowszej deklaracji podatkowej spółki T2, wskazujący każdą osobę posiadającą 25% lub więcej udziałów w firmie.',
+ 'Podaj formularz Schedule 50 (informacje o akcjonariuszach) z Twojego najnowszego zeznania T2 od podatku dochodowego od osób prawnych, pokazujący każdą osobę fizyczną, która posiada 25% lub więcej udziałów w firmie.',
copyOfID: 'Kopia dokumentu tożsamości rzeczywistego właściciela',
copyOfIDDescription: 'Przykłady: paszport, prawo jazdy itp.',
proofOfAddress: 'Potwierdzenie adresu rzeczywistego właściciela',
diff --git a/src/languages/pt-BR.ts b/src/languages/pt-BR.ts
index ae1b22f9..ac940d61 100644
--- a/src/languages/pt-BR.ts
+++ b/src/languages/pt-BR.ts
@@ -4079,7 +4079,7 @@ ${amount} para ${merchant} - ${date}`,
legalFirstName: 'Primeiro nome legal',
legalLastName: 'Sobrenome legal',
enterTheDateOfBirthOfTheOwner: 'Qual é a data de nascimento do proprietário?',
- enterTheSSN: 'Qual é o número de Social Security do proprietário?',
+ enterTheSSN: 'Qual é o número do Social Security do proprietário?',
dontWorry: 'Não se preocupe, não fazemos nenhuma análise de crédito pessoal!',
enterTheOwnersAddress: 'Qual é o endereço do proprietário?',
letsDoubleCheck: 'Vamos conferir se está tudo certo.',
@@ -4106,8 +4106,8 @@ ${amount} para ${merchant} - ${date}`,
whatsYourDOB: 'Qual é a sua data de nascimento?',
whatsTheOwnersAddress: 'Qual é o endereço do proprietário?',
whatsYourAddress: 'Qual é o seu endereço?',
- whatsTheOwnersSSN: 'Qual é o Número de Seguridade Social do proprietário?',
- whatsYourSSN: 'Qual é o seu Número de Seguridade Social?',
+ whatsTheOwnersSSN: 'Qual é o número do Social Security do proprietário?',
+ whatsYourSSN: 'Qual é o seu número do seguro social?',
whatsYourNationality: 'Qual é o seu país de cidadania?',
whatsTheOwnersNationality: 'Qual é o país de cidadania do proprietário?',
countryOfCitizenship: 'País de cidadania',
@@ -4135,7 +4135,7 @@ ${amount} para ${merchant} - ${date}`,
proofOfBeneficialOwnerDescription:
'Forneça uma declaração assinada e um organograma emitidos por um contador público, tabelião ou advogado comprovando a titularidade de 25% ou mais do negócio. Eles devem estar datados dos últimos três meses e incluir o número da licença do signatário.',
proofOfBeneficialOwnerDescriptionCA:
- 'Forneça seu Schedule 50 (Shareholder Information) da sua declaração de imposto de renda corporativa T2 mais recente, mostrando cada pessoa que possui 25% ou mais do negócio.',
+ 'Forneça o seu Anexo 50 (Informações dos Acionistas) da declaração de imposto de renda corporativo T2 mais recente, mostrando todas as pessoas físicas que possuem 25% ou mais do negócio.',
copyOfID: 'Cópia do documento de identificação do beneficiário final',
copyOfIDDescription: 'Exemplos: Passaporte, carteira de motorista, etc.',
proofOfAddress: 'Comprovante de endereço do beneficiário final',
diff --git a/src/languages/zh-hans.ts b/src/languages/zh-hans.ts
index 4de8d531..c6624f73 100644
--- a/src/languages/zh-hans.ts
+++ b/src/languages/zh-hans.ts
@@ -4022,7 +4022,7 @@ ${amount},商户:${merchant} - 日期:${date}`,
proofOfBeneficialOwner: '受益所有人证明',
proofOfBeneficialOwnerDescription:
'请提供由注册会计师、公证人或律师出具并签署的声明和组织结构图,以核实对该企业25%或以上的持股情况。文件日期必须在最近三个月内,并包含签署人的执业证书号码。',
- proofOfBeneficialOwnerDescriptionCA: '请提供您最近一期 T2 企业所得税申报表中的 Schedule 50(股东信息),列明持有该企业 25% 或以上股份的每一位个人。',
+ proofOfBeneficialOwnerDescriptionCA: '请提供您最近一次 T2 公司所得税申报表中的 Schedule 50(股东信息),需显示所有持有公司 25% 或以上股份的个人。',
copyOfID: '受益所有人身份证复印件',
copyOfIDDescription: '示例:护照、驾驶证等。',
proofOfAddress: '实益所有人地址证明',
Note You can apply these changes to your branch by copying the patch to your clipboard, then running |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of Change
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/649256
PROPOSAL:
Tests
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectionAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.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