From 506ac3a9b9b6bc37806f58920c6dc4840ea33b84 Mon Sep 17 00:00:00 2001 From: sathwikcs <85106054+sathwikcs@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:19:39 +0530 Subject: [PATCH] Error Content --- .../attendanceapp/screens/home/ui/componets/ErrorContent.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/in/sminnovations/attendanceapp/screens/home/ui/componets/ErrorContent.kt b/app/src/main/java/in/sminnovations/attendanceapp/screens/home/ui/componets/ErrorContent.kt index 751933b..b3a702b 100644 --- a/app/src/main/java/in/sminnovations/attendanceapp/screens/home/ui/componets/ErrorContent.kt +++ b/app/src/main/java/in/sminnovations/attendanceapp/screens/home/ui/componets/ErrorContent.kt @@ -41,7 +41,10 @@ internal fun ErrorContent( "Failed to check out" to "There was an issue recording your check-out. Please try again or contact support if the problem persists.", // Generic Error - "An error occurred" to "An unexpected error occurred. Please try again or contact support if the issue continues." + "An error occurred" to "An unexpected error occurred. Please try again or contact support if the issue continues.", + + //Quick Login Log off + "Wait 5 minutes before logging off" to "You have just Logged in You need to wait 5 minutes before logging in \n This behaviour may be notified to Admin 😊" )