Subscriber Panel Fixes for GH-1251 and GH-1360 #188
Merged
Conversation
Contributor
zarembsky
commented
Sep 11, 2018
|
_locales/en/messages.json
Outdated
| @@ -2003,7 +2003,7 @@ | |||
| "message": "Specialized offers are timely, relevant, and exclusive for our users" | |||
| }, | |||
| "hub_rewards_closer": { | |||
| "message": "You can turn on Ghostery Rewards in the extension or through custom setup." | |||
| "message": "You can turn on Ghostery Rewards in the extension through custom setup." | |||
IAmThePan
Sep 12, 2018
Contributor
This is the wrong string. Please revert to the old string.
You are missing an "or"
This is the wrong string. Please revert to the old string.
You are missing an "or"
_locales/en/messages.json
Outdated
| @@ -1755,7 +1755,7 @@ | |||
| "message": "No trackers blocked" | |||
| }, | |||
| "hub_setup_blocking_text_everything": { | |||
| "message": "Block Everything" | |||
| "message": "Block Everyting" | |||
IAmThePan
Sep 12, 2018
Contributor
This is the wrong string. Revert to the old copy here.
Everything is spelled wrong
This is the wrong string. Revert to the old copy here.
Everything is spelled wrong
_locales/en/messages.json
Outdated
| @@ -1958,7 +1958,7 @@ | |||
| "message": "Mobile Privacy Browser" | |||
| }, | |||
| "hub_products_main_promo_description": { | |||
| "message": "Browse ad- and tracker-free on the go with our updated and enhanced mobile browser. Now equipped with a private search engine!" | |||
| "message": "Browse ad-and tracker free on the go with our updated and enhanced mobile browser. Now equipped with a private search engine!" | |||
IAmThePan
Sep 12, 2018
Contributor
This is the wrong string. Please revert to the old string.
The dashes are incorrect.
This is the wrong string. Please revert to the old string.
The dashes are incorrect.
_locales/en/messages.json
Outdated
| @@ -2346,7 +2346,7 @@ | |||
| "days": { | |||
| "content": "$1", | |||
| "example": "info@ghostery.com" | |||
IAmThePan
Sep 12, 2018
Contributor
The example: info@ghostery.com is not an accurate example. Remove it, or make a more realistic example.
Also, do you need to do anything with day vs days for when number-of-days == 1?
The example: info@ghostery.com is not an accurate example. Remove it, or make a more realistic example.
Also, do you need to do anything with day vs days for when number-of-days == 1?
app/panel/utils/utils.js
Outdated
| @@ -234,3 +234,120 @@ export function setTheme(doc, themeName, theme) { | |||
| document.head.appendChild(themeStyle); | |||
| } | |||
| } | |||
| /** | |||
christophertino
Sep 13, 2018
Member
@zarembsky let's remove this dynamic resizing code and revert back to what we had previously. I want to hold the translation providers accountable for delivering language strings that fit our character count, rather than trying to adapt our layouts to fit what they throw at us.
@zarembsky let's remove this dynamic resizing code and revert back to what we had previously. I want to hold the translation providers accountable for delivering language strings that fit our character count, rather than trying to adapt our layouts to fit what they throw at us.
jsignanini
added a commit
that referenced
this pull request
Nov 20, 2018
* Fixes for GH-1251 and GH-1360 * Requested changes.
jsignanini
added a commit
that referenced
this pull request
Nov 20, 2018
* Fixes for GH-1251 and GH-1360 * Requested changes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.