Fix typo troubleshouting vs troubleshooting (#8796)
This commit is contained in:
parent
5c2153f83b
commit
b01cc5ea34
3 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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}>
|
||||
|
|
|
|||
|
|
@ -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:",
|
||||
|
|
|
|||
Loading…
Reference in a new issue