diff --git a/src/common-components/Logistration.jsx b/src/common-components/Logistration.jsx
index 50e0913c..fee4ae81 100644
--- a/src/common-components/Logistration.jsx
+++ b/src/common-components/Logistration.jsx
@@ -20,7 +20,7 @@ const Logistration = (props) => {
{intl.formatMessage(messages['logistration.register'])}
- {intl.formatMessage(messages['logistration.login'])}
+ {intl.formatMessage(messages['logistration.sign.in'])}
diff --git a/src/common-components/messages.jsx b/src/common-components/messages.jsx
index f47f4115..77c36db8 100644
--- a/src/common-components/messages.jsx
+++ b/src/common-components/messages.jsx
@@ -24,9 +24,9 @@ const messages = defineMessages({
description: 'Part of message that appears after user requests password change',
},
// Logistration strinsg
- 'logistration.login': {
- id: 'logistration.login',
- defaultMessage: 'Login',
+ 'logistration.sign.in': {
+ id: 'logistration.sign.in',
+ defaultMessage: 'Sign in',
description: 'Text that appears on the tab to switch between login and register',
},
'logistration.register': {
@@ -110,7 +110,7 @@ const messages = defineMessages({
// third party auth
'tpa.alert.heading': {
id: 'tpa.alert.heading',
- defaultMessage: 'Almost done',
+ defaultMessage: 'Almost done!',
description: 'Success alert heading after user has successfully signed in with social auth',
},
'login.third.party.auth.account.not.linked': {
diff --git a/src/common-components/tests/__snapshots__/ThirdPartyAuthAlert.test.jsx.snap b/src/common-components/tests/__snapshots__/ThirdPartyAuthAlert.test.jsx.snap
index 5d6e06b8..094b43d4 100644
--- a/src/common-components/tests/__snapshots__/ThirdPartyAuthAlert.test.jsx.snap
+++ b/src/common-components/tests/__snapshots__/ThirdPartyAuthAlert.test.jsx.snap
@@ -21,7 +21,7 @@ exports[`ThirdPartyAuthAlert should match register page third party auth alert m
- Almost done
+ Almost done!
You've successfully signed into Google! We just need a little more information before you start learning with edX.