Skip to content

Commit

Permalink
updated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Jul 4, 2024
1 parent 79fe18b commit b118f73
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions shared/locales/en/toggle-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,20 @@
"note": "Body that the user sees upon submitting the report"
},
"siteNotWorkingTitle": {
"title": "Site not working? Let us know."
"title": "Site not working? Let us know.",
"note": "Title asking users if the site is not working and prompting them to report the issue."
},
"siteNotWorkingSubTitle": {
"title": "Anonymous reports help DuckDuckGo fix issues caused by privacy protections."
"title": "Anonymous reports help DuckDuckGo fix issues caused by privacy protections.",
"note": "Subtitle explaining that anonymous reports assist DuckDuckGo in fixing issues caused by privacy protections."
},
"siteNotWorkingInfoReveal": {
"title": "See what’s sent"
"title": "See what’s sent",
"note": "Button label allowing users to see the information that is sent in the report."
},
"siteNotWorkingInfoHide": {
"title": "Hide"
"title": "Hide",
"note": "Button label allowing users to hide the information that is sent in the report."
},
"reportsNoInfoSent": {
"title": "Info sent in reports can't be used to identify you:",
Expand Down Expand Up @@ -97,14 +101,14 @@
},
"dynamic_openerContext": {
"title": "How you got to this page, either: \"SERP\" (DuckDuckGo search), \"Navigation\" (link/URL), or \"External\" (other means)",
"note": "todo"
"note": "This text represents the context of how the user navigated to the current page (e.g., through search results, direct link, or external sources)."
},
"dynamic_userRefreshCount": {
"title": "Number of refreshes since page load",
"note": "todo"
"note": "This text represents the number of times the user has refreshed the page since it was initially loaded."
},
"dynamic_jsPerformance": {
"title": "How quickly parts of the page loaded",
"note": "todo"
"note": "This text provides information on the performance of the page's JavaScript, indicating how quickly different parts of the page loaded."
}
}

0 comments on commit b118f73

Please sign in to comment.