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

GH-2171: Add Missing Page Title to Upgrade Plan Hub Page #604

Merged
merged 6 commits into from Sep 21, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

add title to upgrade pane

  • Loading branch information
fcjr committed Sep 17, 2020
commit 6606d8f30a01b51738c68c67ff52082337bcc6b6
@@ -1351,6 +1351,9 @@
"hub_home_plus_full_protection": {
"message": "You are fully protected!"
},
"hub_upgrade_page_title": {
"message": "Ghostery Hub - Upgrade Plan"
},
"hub_upgrade_your": {
"message": "Upgrade your"
},
@@ -119,6 +119,9 @@ const premiumAlreadyProtectedButton = () => (
* @memberof HubComponents
*/
const UpgradePlanView = (props) => {
const title = t('hub_upgrade_page_title');
window.document.title = title;

const {
protection_level,
show_yearly_prices,
@@ -13,7 +13,6 @@
-->
<html>
<head>
<title>Ghostery Hub</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
ProTip! Use n and p to navigate between commits in a pull request.