Skip to content

Commit

Permalink
changes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-rm committed Dec 31, 2024
1 parent 833d3e8 commit 9bd8c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dectquiz.kv
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
spacing: dp(20)

Label:
text: 'Welcome to DECT Quiz'
text: 'Welcome to DCET Quiz'
font_size: '32sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: 0.1
Expand Down Expand Up @@ -97,7 +97,7 @@
spacing: dp(20)

Label:
text: 'About DECT Quiz'
text: 'About DCET Quiz'
font_size: '28sp'
color: utils.get_color_from_hex('#333333')
size_hint_y: None
Expand All @@ -117,7 +117,7 @@
padding: [0, 0, 0, dp(20)]

Label:
text: 'DECT Quiz is an interactive quiz application designed to test your knowledge on various topics.'
text: 'DCET Quiz is an interactive quiz application designed to test your knowledge on various topics.'
font_size: '18sp'
color: utils.get_color_from_hex('#666666')
text_size: self.width, None
Expand Down

0 comments on commit 9bd8c8a

Please sign in to comment.