-
Notifications
You must be signed in to change notification settings - Fork 895
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
Resolve vpn support #13851
Resolve vpn support #13851
Conversation
@@ -90,7 +90,7 @@ public void onCheckedChanged(RadioGroup group, int checkedId) { | |||
@Override | |||
public void onClick(View v) { | |||
StringBuilder bodyText = new StringBuilder( | |||
"\n\n\n\n\n#### Please do not edit any information below ####\n"); | |||
"\n\n\n\n\n#### Brave doesn’t track you or know how you use our app, so we don’t know how you’ve set up VPN. Please share info about the issue you’re experiencing and we’ll do our best to resolve it as soon as we can. ####\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't that string be translated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as other strings below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
dc2acf4
to
a51d9d5
Compare
CI failing because of https://bravesoftware.slack.com/archives/C7VLGSR55/p1655492899957409 |
a51d9d5
to
691ecad
Compare
Resolves brave/brave-browser#23490
Resolves brave/brave-browser#23492
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: