File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class ScreenRegister(Factory.Screen):
5757 spacing: dp(9)
5858 cols: 1
5959 BackLabel
60- text: 'Load Registeration Data'
60+ text: 'Load Registration Data'
6161 backcolor: app.base_active_color[:3] + [.5]
6262 BoxLayout
6363 size_hint_y: None
@@ -105,7 +105,7 @@ class ScreenRegister(Factory.Screen):
105105 background_active: 'atlas://data/default/ti_white'
106106 background_normal: 'atlas://data/default/ti_white'
107107 background_color: app.base_active_color
108- hint_text: 'Registeration Number'
108+ hint_text: 'Registration Number'
109109 input_type: 'number'
110110 input_filter: 'int'
111111 on_text_validate: bt_check.trigger_action()
@@ -118,7 +118,7 @@ class ScreenRegister(Factory.Screen):
118118 pos_hint: {'center_y': .5}
119119 on_release: root.check_attendee(ti.text)
120120 BackLabel
121- text: 'Registeration Details'
121+ text: 'Registration Details'
122122 backcolor: app.base_active_color[:3] + [.5]
123123 ScrollView
124124 GridLayout
You can’t perform that action at this time.
0 commit comments