diff --git a/exams_feature/presentation/src/main/java/com/jmp/examsfeature/presentation/list/screens/EmptyExamsScreen.kt b/exams_feature/presentation/src/main/java/com/jmp/examsfeature/presentation/list/screens/EmptyExamsScreen.kt index 94cf358..92befac 100644 --- a/exams_feature/presentation/src/main/java/com/jmp/examsfeature/presentation/list/screens/EmptyExamsScreen.kt +++ b/exams_feature/presentation/src/main/java/com/jmp/examsfeature/presentation/list/screens/EmptyExamsScreen.kt @@ -59,7 +59,7 @@ fun EmptyExamsScreen(modifier: Modifier = Modifier) { color = Color.LightGray, fontWeight = FontWeight.ExtraLight, lineHeight = 60.sp, - text = "No exams importedddd", + text = "No exams imported", fontSize = 24.sp, ) } diff --git a/onboarding_feature/src/main/res/values/strings.xml b/onboarding_feature/src/main/res/values/strings.xml index 465b478..73ce4a4 100644 --- a/onboarding_feature/src/main/res/values/strings.xml +++ b/onboarding_feature/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ - "Welcome to Xtudent!" + "Welcome to xtudent!!" "Let's study" "Have a nice time!" "A helpful tool to save your self-made exams"