diff --git a/app/screens/report_a_problem/report_problem.test.tsx b/app/screens/report_a_problem/report_problem.test.tsx
index f50b5619f..8a3de6ce5 100644
--- a/app/screens/report_a_problem/report_problem.test.tsx
+++ b/app/screens/report_a_problem/report_problem.test.tsx
@@ -60,7 +60,7 @@ describe('screens/report_a_problem/report_problem', () => {
,
);
- expect(getByText('Troubleshouting details')).toBeTruthy();
+ expect(getByText('Troubleshooting details')).toBeTruthy();
expect(getByText('When reporting a problem, share the metadata and app logs given below to help troubleshoot your problem faster')).toBeTruthy();
expect(getByTestId('app-logs')).toBeVisible();
});
diff --git a/app/screens/report_a_problem/report_problem.tsx b/app/screens/report_a_problem/report_problem.tsx
index 1362bf177..1c55836b4 100644
--- a/app/screens/report_a_problem/report_problem.tsx
+++ b/app/screens/report_a_problem/report_problem.tsx
@@ -129,7 +129,7 @@ const ReportProblem = ({
{intl.formatMessage({
id: 'screen.report_problem.details.title',
- defaultMessage: 'Troubleshouting details',
+ defaultMessage: 'Troubleshooting details',
})}
diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json
index 211aba0ca..89342f7b6 100644
--- a/assets/base/i18n/en.json
+++ b/assets/base/i18n/en.json
@@ -1072,7 +1072,7 @@
"screen.report_problem.button": "Report a problem",
"screen.report_problem.details.description": "When reporting a problem, share the metadata and app logs given below to help troubleshoot your problem faster",
"screen.report_problem.details.description_without_logs": "When reporting a problem, share the metadata given below to help troubleshoot your problem faster",
- "screen.report_problem.details.title": "Troubleshouting details",
+ "screen.report_problem.details.title": "Troubleshooting details",
"screen.report_problem.logs.download": "Download App Logs",
"screen.report_problem.logs.title": "APP LOGS:",
"screen.report_problem.metadata.title": "METADATA:",