Update copy from 'Reports' to 'All Reports'#88421
Conversation
This comment has been minimized.
This comment has been minimized.
🦜 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 0c8f0092..a32e6fd9 100644
--- a/src/languages/de.ts
+++ b/src/languages/de.ts
@@ -7863,7 +7863,7 @@ Fügen Sie weitere Ausgabelimits hinzu, um den Cashflow Ihres Unternehmens zu sc
emptyReportConfirmationTitle: 'Sie haben bereits einen leeren Bericht',
emptyReportConfirmationPrompt: ({workspaceName}: {workspaceName: string}) =>
`Möchtest du wirklich einen weiteren Bericht in ${workspaceName} erstellen? Du kannst auf deine leeren Berichte zugreifen in`,
- emptyReportConfirmationPromptLink: 'Berichte',
+ emptyReportConfirmationPromptLink: 'Alle Berichte',
emptyReportConfirmationDontShowAgain: 'Nicht mehr anzeigen',
genericWorkspaceName: 'dieser Workspace',
},
diff --git a/src/languages/fr.ts b/src/languages/fr.ts
index 62d12fdb..eea92167 100644
--- a/src/languages/fr.ts
+++ b/src/languages/fr.ts
@@ -7885,7 +7885,7 @@ Ajoutez davantage de règles de dépenses pour protéger la trésorerie de l’e
emptyReportConfirmationTitle: 'Vous avez déjà une note de frais vide',
emptyReportConfirmationPrompt: ({workspaceName}: {workspaceName: string}) =>
`Voulez-vous vraiment créer une autre note de frais dans ${workspaceName} ? Vous pouvez accéder à vos notes de frais vides dans`,
- emptyReportConfirmationPromptLink: 'Notes de frais',
+ emptyReportConfirmationPromptLink: 'Tous les rapports',
emptyReportConfirmationDontShowAgain: 'Ne plus m’afficher ceci',
genericWorkspaceName: 'cet espace de travail',
},
diff --git a/src/languages/it.ts b/src/languages/it.ts
index 3ed65ebe..37f96b84 100644
--- a/src/languages/it.ts
+++ b/src/languages/it.ts
@@ -7851,7 +7851,7 @@ Aggiungi altre regole di spesa per proteggere il flusso di cassa aziendale.`,
emptyReportConfirmationTitle: 'Hai già un report vuoto',
emptyReportConfirmationPrompt: ({workspaceName}: {workspaceName: string}) =>
`Sei sicuro di voler creare un altro report in ${workspaceName}? Puoi accedere ai tuoi report vuoti in`,
- emptyReportConfirmationPromptLink: 'Report',
+ emptyReportConfirmationPromptLink: 'Tutti i report',
emptyReportConfirmationDontShowAgain: 'Non mostrarmelo più',
genericWorkspaceName: 'questo spazio di lavoro',
},
diff --git a/src/languages/ja.ts b/src/languages/ja.ts
index 2723e83a..8f2b7d2e 100644
--- a/src/languages/ja.ts
+++ b/src/languages/ja.ts
@@ -7752,7 +7752,7 @@ ${reportName}
chooseWorkspace: 'このレポート用のワークスペースを選択してください。',
emptyReportConfirmationTitle: 'すでに空のレポートがあります',
emptyReportConfirmationPrompt: ({workspaceName}: {workspaceName: string}) => `${workspaceName} で別のレポートを作成してもよろしいですか?空のレポートには次からアクセスできます`,
- emptyReportConfirmationPromptLink: 'レポート',
+ emptyReportConfirmationPromptLink: 'すべてのレポート',
emptyReportConfirmationDontShowAgain: '今後このメッセージを表示しない',
genericWorkspaceName: 'このワークスペース',
},
diff --git a/src/languages/nl.ts b/src/languages/nl.ts
index 4c7a16b4..109c111f 100644
--- a/src/languages/nl.ts
+++ b/src/languages/nl.ts
@@ -7827,7 +7827,7 @@ Voeg meer bestedingsregels toe om de kasstroom van het bedrijf te beschermen.`,
emptyReportConfirmationTitle: 'Je hebt al een leeg rapport',
emptyReportConfirmationPrompt: ({workspaceName}: {workspaceName: string}) =>
`Weet je zeker dat je nog een rapport wilt maken in ${workspaceName}? Je kunt je lege rapporten openen in`,
- emptyReportConfirmationPromptLink: 'Rapporten',
+ emptyReportConfirmationPromptLink: 'Alle rapporten',
emptyReportConfirmationDontShowAgain: 'Dit niet meer tonen',
genericWorkspaceName: 'deze workspace',
},
diff --git a/src/languages/pl.ts b/src/languages/pl.ts
index a0291f78..c16f8821 100644
--- a/src/languages/pl.ts
+++ b/src/languages/pl.ts
@@ -7817,7 +7817,7 @@ Dodaj więcej zasad wydatków, żeby chronić płynność finansową firmy.`,
chooseWorkspace: 'Wybierz przestrzeń roboczą dla tego raportu.',
emptyReportConfirmationTitle: 'Masz już pusty raport',
emptyReportConfirmationPrompt: ({workspaceName}: {workspaceName: string}) => `Czy na pewno chcesz utworzyć kolejny raport w ${workspaceName}? Puste raporty znajdziesz w`,
- emptyReportConfirmationPromptLink: 'Raporty',
+ emptyReportConfirmationPromptLink: 'Wszystkie raporty',
emptyReportConfirmationDontShowAgain: 'Nie pokazuj mi tego ponownie',
genericWorkspaceName: 'ten workspace',
},
diff --git a/src/languages/pt-BR.ts b/src/languages/pt-BR.ts
index 5b236b8b..0cc30103 100644
--- a/src/languages/pt-BR.ts
+++ b/src/languages/pt-BR.ts
@@ -7820,7 +7820,7 @@ Adicione mais regras de gasto para proteger o fluxo de caixa da empresa.`,
emptyReportConfirmationTitle: 'Você já tem um relatório em branco',
emptyReportConfirmationPrompt: ({workspaceName}: {workspaceName: string}) =>
`Tem certeza de que deseja criar outro relatório em ${workspaceName}? Você pode acessar seus relatórios em branco em`,
- emptyReportConfirmationPromptLink: 'Relatórios',
+ emptyReportConfirmationPromptLink: 'Todos os relatórios',
emptyReportConfirmationDontShowAgain: 'Não mostrar isso novamente',
genericWorkspaceName: 'este workspace',
},
diff --git a/src/languages/zh-hans.ts b/src/languages/zh-hans.ts
index 49c115df..3450f090 100644
--- a/src/languages/zh-hans.ts
+++ b/src/languages/zh-hans.ts
@@ -7622,7 +7622,7 @@ ${reportName}
chooseWorkspace: '为此报表选择一个工作区。',
emptyReportConfirmationTitle: '你已经有一份空报表了',
emptyReportConfirmationPrompt: ({workspaceName}: {workspaceName: string}) => `您确定要在 ${workspaceName} 中创建另一份报表吗?您可以在以下位置访问您的空报表`,
- emptyReportConfirmationPromptLink: '报表',
+ emptyReportConfirmationPromptLink: '所有报表',
emptyReportConfirmationDontShowAgain: '不再显示此内容',
genericWorkspaceName: '此工作区',
},
Note You can apply these changes to your branch by copying the patch to your clipboard, then running |
|
@youssef-lr 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] |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e1fc3f21da
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppScreen.Recording.2026-04-21.at.1.41.15.pm.moviOS: mWeb SafariMacOS: Chrome / SafariScreen.Recording.2026-04-21.at.1.39.46.pm.mov |
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 @JS00001 has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
🚀 Deployed to staging by https://github.com/JS00001 in version: 9.3.62-0 🚀
Bundle Size Analysis (Sentry): |
Explanation of Change
Updates 'Reports' to 'All Reports' in the empty report modal
Fixed Issues
$ #88419
Tests
Go to staging.new.expensify.com
Go to workspace chat.
Create an empty report.
Click + > Create report.
The modal should mention: "You can access your empty reports in All reports." It should not be "You can access your empty reports in Reports."
Offline tests
N/A
QA Steps
N/A
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, 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.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