Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 149ef4b1 authored by Joe Onorato's avatar Joe Onorato
Browse files

Fix typo in incident confirmation string.

Test: treehugger
Bug: 129896626
Change-Id: If50bc07d96eb2582b070ee19c0b47d3bcfdeec76
parent 6ebb0d54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -770,7 +770,7 @@ Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug repo

    <!-- Content for dialog shown when there was an error parsing the incident / bug report.
    [CHAR LIMIT=none] -->
    <string name="incident_report_error_dialog_text">"There was an error processing the bug report for <xliff:g id="app_name" example="Gmail">%1$s</xliff:g>. So sharing the detailed debugging data data has been denied. Sorry for the interruption."</string>
    <string name="incident_report_error_dialog_text">"There was an error processing the bug report for <xliff:g id="app_name" example="Gmail">%1$s</xliff:g>. So sharing the detailed debugging data has been denied. Sorry for the interruption."</string>

    <!-- Label for the button to allow sharing of the report. [CHAR LIMIT=20]-->
    <string name="incident_report_dialog_allow_label">Allow</string>