Skip to content

Commit 096053b

Browse files
authored
Update screenregister.py
1 parent f6e9836 commit 096053b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eventsapp/uix/screens/screenregister.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)