diff --git a/dectquiz.kv b/dectquiz.kv index d3826a8..52f8e22 100644 --- a/dectquiz.kv +++ b/dectquiz.kv @@ -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 @@ -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 @@ -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