diff --git a/space/app/error.tsx b/space/app/error.tsx index e47a1af1d..1f9e1ca19 100644 --- a/space/app/error.tsx +++ b/space/app/error.tsx @@ -12,10 +12,10 @@ const ErrorPage = () => {
-

Exception Detected!

-

- We{"'"}re Sorry! An exception has been detected, and our engineering team has been notified. We apologize - for any inconvenience this may have caused. Please reach out to our engineering team at{" "} +

Yikes! That doesn{"'"}t look good.

+

+ That crashed Plane, pun intended. No worries, though. Our engineers have been notified. If you have more + details, please write to{" "} support@plane.so {" "} @@ -27,8 +27,8 @@ const ErrorPage = () => { rel="noopener noreferrer" > Discord - {" "} - server for further assistance. + + .

diff --git a/space/app/not-found.tsx b/space/app/not-found.tsx index c5320b2dc..9b6050ed1 100644 --- a/space/app/not-found.tsx +++ b/space/app/not-found.tsx @@ -2,18 +2,20 @@ import Image from "next/image"; // assets -import UserLoggedInImage from "public/user-logged-in.svg"; +import SomethingWentWrongImage from "public/something-went-wrong.svg"; const NotFound = () => (
-
-
- User already logged in +
+
+ User already logged in
-

Not Found

-

Please enter the appropriate project URL to view the issue board.

+

That didn{"'"}t work

+

+ Check the URL you are entering in the browser{"'"}s address bar and try again. +

); diff --git a/space/core/components/account/auth-forms/auth-header.tsx b/space/core/components/account/auth-forms/auth-header.tsx index c3fff468e..8921c70b8 100644 --- a/space/core/components/account/auth-forms/auth-header.tsx +++ b/space/core/components/account/auth-forms/auth-header.tsx @@ -24,8 +24,8 @@ const Titles: TAuthHeaderDetails = { subHeader: "Contribute in nudging the features you want to get built.", }, [EAuthModes.SIGN_UP]: { - header: "Comment or react to issues", - subHeader: "Use plane to add your valuable inputs to features.", + header: "View, comment, and do more", + subHeader: "Sign up or log in to work with Plane Issues and Pages.", }, }; @@ -48,8 +48,8 @@ export const AuthHeader: FC = (props) => { return ( <>
-

{header}

-

{subHeader}

+

{header}

+

{subHeader}

{children} diff --git a/space/core/components/account/user-logged-in.tsx b/space/core/components/account/user-logged-in.tsx index 5975d73b6..2646c4471 100644 --- a/space/core/components/account/user-logged-in.tsx +++ b/space/core/components/account/user-logged-in.tsx @@ -33,14 +33,15 @@ export const UserLoggedIn = observer(() => {
-
-
+
+
User already logged in
-

Logged in successfully!

-

- You{"'"}ve successfully logged in. Please enter the appropriate project URL to view the issue board. +

Nice! Just one more step.

+

+ Enter the public-share URL or link of the view or Page you are trying to see in the browser{"'"}s address + bar.

diff --git a/web/app/error.tsx b/web/app/error.tsx index f4b54c74b..5722a9913 100644 --- a/web/app/error.tsx +++ b/web/app/error.tsx @@ -52,10 +52,10 @@ const CustomErrorComponent = () => {
-

Exception Detected!

-

- We{"'"}re Sorry! An exception has been detected, and our engineering team has been notified. We - apologize for any inconvenience this may have caused. Please reach out to our engineering team at{" "} +

Yikes! That doesn{"'"}t look good.

+

+ That crashed Plane, pun intended. No worries, though. Our engineers have been notified. If you have more + details, please write to{" "} support@plane.so {" "} @@ -67,8 +67,8 @@ const CustomErrorComponent = () => { rel="noopener noreferrer" > Discord - {" "} - server for further assistance. + + .