diff --git a/src/pages/authentication/AuthWrapper.js b/src/pages/authentication/AuthWrapper.js
index 5eb74e4f..41dba56a 100644
--- a/src/pages/authentication/AuthWrapper.js
+++ b/src/pages/authentication/AuthWrapper.js
@@ -246,10 +246,14 @@ const AuthWrapper = ({ children }) => {
- {checkSysEnv() !== '' ? (
+ {checkSysEnv() === 'uat' ? (
User Acceptance Test Environment
+ ) : checkSysEnv() === 'dev' ? (
+
+ Development Environment
+
) : (
''
)}