Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts committed Jan 8, 2025
1 parent 78d577f commit 353ffc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser/ui/android/strings/android_brave_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ Are you sure you want to do this?
Let Brave's developers know that this site doesn't work properly with Shields:
</message>
<message name="IDS_REPORT_BROKEN_SITE_TEXT_2" desc="Shields text for broken text warning message.">
Thank you for helping make Brave better for all. This report will only contain information necessary for us to fix this site. If you provide contact info it will be stored for future reports. <ph name="LEARN_MORE">%1$s</ph>
Thank you for helping make Brave better for all. This report will only contain information necessary for us to fix this site. <ph name="LEARN_MORE">%1$s</ph>
</message>
<message name="IDS_REPORT_BROKEN_SITE_TEXT_LINK" desc="Text for link to webcompat report wiki page.">
Learn more.
Expand Down
2 changes: 2 additions & 0 deletions components/webcompat_reporter/ui/components/ReportView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ export default class ReportView extends React.PureComponent<Props, State> {
value={contact}
id='contact-info'
/>
</FieldCtr>
<FieldCtr>
<InputLabel>
{getLocale('reportContactPopupInfoLabel')}
</InputLabel>
Expand Down

0 comments on commit 353ffc6

Please sign in to comment.