diff --git a/app/scenes/Login/Notices.js b/app/scenes/Login/Notices.js
index 2b30f9ade..504deb5ae 100644
--- a/app/scenes/Login/Notices.js
+++ b/app/scenes/Login/Notices.js
@@ -12,13 +12,13 @@ export default function Notices({ notice }: Props) {
{notice === "google-hd" && (
Sorry, Google sign in cannot be used with a personal email. Please try
- signing in with your company GSuite account.
+ signing in with your team GSuite account.
)}
{notice === "hd-not-allowed" && (
Sorry, your Google apps domain is not allowed. Please try again with
- an allowed company domain.
+ an allowed team domain.
)}
{notice === "email-auth-required" && (