diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index 124aa9b1b..137319e2a 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -217,7 +217,7 @@ const Header = (props: Props) => { history.push(`/$/${PAGES.AUTH}`)}> - {__('Join')} + {__('Register')} history.push(`/$/${PAGES.AUTH_SIGNIN}`)}> @@ -253,7 +253,7 @@ const Header = (props: Props) => { {IS_WEB && !authenticated && (
)} diff --git a/ui/component/userEmailNew/view.jsx b/ui/component/userEmailNew/view.jsx index f6dc89349..cc34cfc57 100644 --- a/ui/component/userEmailNew/view.jsx +++ b/ui/component/userEmailNew/view.jsx @@ -145,7 +145,7 @@ function UserEmailNew(props: Props) {