chore(constants.ts): update SIGN_UP_SUCCESS message to improve clarity and conciseness

This commit is contained in:
anovazzi1 2023-08-22 17:18:35 -03:00
commit cee95cb0a6

View file

@ -619,4 +619,4 @@ export function tabsArray(codes: string[], method: number) {
export const BASE_URL_API = "http://localhost:7860/";
export const SIGN_UP_SUCCESS =
"Congratulations on signing up! Your account is currently awaiting activation by our admin team.";
"Account created! Await admin activation. ";