From 7e35de37606a8e4f529f2872d3c187666bbf69c6 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 21 Aug 2020 00:24:02 -0400 Subject: [PATCH] Register => Sign Up --- static/app-strings.json | 4 +--- ui/component/header/view.jsx | 2 +- ui/component/sideNavigation/view.jsx | 2 +- ui/component/userEmailNew/view.jsx | 5 +++-- ui/component/userEmailReturning/view.jsx | 6 +++--- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index c8c50ce81..aeddf3c47 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -918,7 +918,6 @@ "How much would you like to unlock?": "How much would you like to unlock?", "A prudent choice": "A prudent choice", "Join": "Join", - "Register": "Register", "New History": "New History", "Share on LinkedIn": "Share on LinkedIn", "Embed this content": "Embed this content", @@ -950,7 +949,6 @@ "You have %count% blocked %channels%.": "You have %count% blocked %channels%.", "Account Password": "Account Password", "You do not currently have a password set.": "You do not currently have a password set.", - "Register with lbry.tv": "Register with lbry.tv", "Enter Your lbry.tv Password": "Enter Your lbry.tv Password", "Signing in as %email%": "Signing in as %email%", "Forgot Password?": "Forgot Password?", @@ -1188,7 +1186,7 @@ "Choose A New Password": "Choose A New Password", "Setting a new password for %email%": "Setting a new password for %email%", "Update Password": "Update Password", - "We can't find that email. Did you mean to register?": "We can't find that email. Did you mean to register?", + "We can't find that email. Did you mean to sign up?": "We can't find that email. Did you mean to sign up?", "App Notifications": "App Notifications", "Notification settings for the desktop app.": "Notification settings for the desktop app.", "Get notified when an upload or channel is confirmed.": "Get notified when an upload or channel is confirmed.", diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index a90f85d2f..aab8d04cb 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -379,7 +379,7 @@ const Header = (props: Props) => { {IS_WEB && !authenticated && (
)} diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 6d339636a..2ba88b3c1 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -174,7 +174,7 @@ function SideNavigation(props: Props) { icon: ICONS.SIGN_IN, }, { - label: 'Register', + label: 'Sign Up', navigate: `/$/${PAGES.AUTH}`, icon: ICONS.SIGN_UP, }, diff --git a/ui/component/userEmailNew/view.jsx b/ui/component/userEmailNew/view.jsx index 7380da10f..2854b4d9b 100644 --- a/ui/component/userEmailNew/view.jsx +++ b/ui/component/userEmailNew/view.jsx @@ -1,5 +1,6 @@ // @flow import * as PAGES from 'constants/pages'; +import { DOMAIN } from 'config'; import React, { useState } from 'react'; import { FormField, Form } from 'component/common/form'; import Button from 'component/button'; @@ -88,7 +89,7 @@ function UserEmailNew(props: Props) { return (
-
@@ -126,8 +126,8 @@ function UserEmailReturning(props: Props) { )} {!emailExistsFromUrl && !emailDoesNotExist && errorMessage && (