- {t('login_page_title')}
+
+
+ Sign in to monitor, trace, and troubleshoot your applications
+ effortlessly.
+
+
+
-
+
{precheckComplete && !sso && (
-
+
-
- {t('forgot_password')}
-
+
+
+
+ Forgot password?
+
+
)}
}
>
- {t('button_initiate_login')}
+ Next
)}
{precheckComplete && !sso && (
@@ -265,8 +281,10 @@ function Login({
type="primary"
htmlType="submit"
data-attr="signup"
+ className="periscope-btn primary next-btn"
+ icon={}
>
- {t('button_login')}
+ Login
)}
@@ -274,27 +292,28 @@ function Login({
{!precheckComplete && ssoerror && renderOnSsoError()}
{!canSelfRegister && (
-
- {t('prompt_no_account')}
+
+ Don't have an account? Contact your admin to send you an invite
+ link.
)}
{canSelfRegister && (
- {t('prompt_if_admin')}{' '}
+ If you are admin,{' '}
{
history.push(ROUTES.SIGN_UP);
}}
style={{ fontWeight: 700 }}
>
- {t('create_an_account')}
+ Create an account
)}
-
+
);
}
diff --git a/frontend/src/index.html.ejs b/frontend/src/index.html.ejs
index 5eb5e3c13cef..cf6379ace7c6 100644
--- a/frontend/src/index.html.ejs
+++ b/frontend/src/index.html.ejs
@@ -14,6 +14,11 @@