Fix typo troubleshouting vs troubleshooting (#8796)

This commit is contained in:
Daniel Espino García 2025-04-24 16:20:21 +02:00 committed by GitHub
parent 5c2153f83b
commit b01cc5ea34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ describe('screens/report_a_problem/report_problem', () => {
<ReportProblem {...baseProps}/>,
);
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();
});

View file

@ -129,7 +129,7 @@ const ReportProblem = ({
<Text style={styles.detailsTitle}>
{intl.formatMessage({
id: 'screen.report_problem.details.title',
defaultMessage: 'Troubleshouting details',
defaultMessage: 'Troubleshooting details',
})}
</Text>
<Text style={styles.bodyText}>

View file

@ -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:",