Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use typographical apostrophes in messages #342

Merged
merged 1 commit into from May 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/_locales/en/messages.json
Expand Up @@ -21,7 +21,7 @@
"description": "This is shown at the top of the panel pop-up when the user is on a Facebook website, which has been automatically opened into Facebook Container. DO NOT TRANSLATE \"Facebook Container\"."
},
"on-facebook-p1": {
"message": "This icon appears in the Firefox address bar when you visit Facebook-owned sites or sites you've added to Facebook Container.",
"message": "This icon appears in the Firefox address bar when you visit Facebook-owned sites or sites youve added to Facebook Container.",
"description": "This is shown in the body of the panel pop-up when the user is on a Facebook website, which has been automatically opened into Facebook Container. DO NOT TRANSLATE \"Facebook Container\"."
},
"on-facebook-p2": {
Expand Down Expand Up @@ -120,7 +120,7 @@
},
"btn-arrow-forward": {
"message": "Go to How Facebook Container Works",
"description": "This is alternative text for the arrow icon next to the \"How Facebook Container Works \" link"
"description": "This is alternative text for the arrow icon next to the \"How Facebook Container Works\" link"
},
"no-trackers-subhead": {
"message": "No Facebook Trackers Detected",
Expand All @@ -139,11 +139,11 @@
"description": "This is a button that opens the Facebook Container onboarding flow."
},
"trackers-detected-subhead": {
"message": "We've protected you from Facebook.",
"message": "Weve protected you from Facebook.",
"description": "This is a subhead, and it means that the add on has protected the user by blocking Facebook trackers."
},
"trackers-detected-p1": {
"message": "The Facebook buttons that appear on shopping, news, and other sites contain trackers that tell Facebook where you've been on the web. Even if you never use these buttons to like or share, the trackers can still collect data about your browsing. Facebook Container blocks these trackers.",
"message": "The Facebook buttons that appear on shopping, news, and other sites contain trackers that tell Facebook where youve been on the web. Even if you never use these buttons to like or share, the trackers can still collect data about your browsing. Facebook Container blocks these trackers.",
"description": ""
},
"trackers-detected-p2": {
Expand All @@ -164,10 +164,10 @@
},
"no-sites-added": {
"message": "None",
"description": "This message is shown beneath the 'SITES YOU'VE ALLOWED' list header when no sites have been added to the contaner."
"description": "This message is shown beneath the 'SITES YOUVE ALLOWED' list header when no sites have been added to the contaner."
},
"sites-allowed": {
"message": "SITES YOU'VE ALLOWED",
"message": "SITES YOUVE ALLOWED",
"description": "This is the header for the list of sites the user has manually added into the Facebook Container. Capitalized letters are preferred if that makes sense/is feasible for the lanaguage."
},
"sites-added-p1": {
Expand Down Expand Up @@ -206,7 +206,7 @@
"description": ""
},
"inPageUI-tooltip-prompt-checkbox": {
"message": "Don't show me this again",
"message": "Dont show me this again",
"description": ""
}
}
2 changes: 1 addition & 1 deletion src/panel.css
Expand Up @@ -120,7 +120,7 @@ a:hover {
border-top: var(--borders);
}

.highlight-on-hover { /* Full-width element that wraps around the "How Faceook Container Works" span and arrow icon */
.highlight-on-hover { /* Full-width element that wraps around the "How Facebook Container Works" span and arrow icon */
width: 100%;
background-color: rgba(0, 0, 0, 0);
border: 0;
Expand Down