Skip to content

Commit

Permalink
different intentional error (this one does not affect many tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Manrique committed Nov 2, 2024
1 parent 827ab85 commit d97a197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
}
Expand Down
2 changes: 1 addition & 1 deletion onboarding_feature/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="first_onboarding_step_title">"Welcome to Xtudent!"</string>
<string name="first_onboarding_step_title">"Welcome to xtudent!!"</string>
<string name="second_onboarding_step_title">"Let's study"</string>
<string name="third_onboarding_step_title">"Have a nice time!"</string>
<string name="first_onboarding_step_description">"A helpful tool to save your self-made exams"</string>
Expand Down

0 comments on commit d97a197

Please sign in to comment.