diff --git a/services/registration/balances.vis b/services/registration/balances.vis index c936c15..50c3943 100644 --- a/services/registration/balances.vis +++ b/services/registration/balances.vis @@ -2,7 +2,7 @@ MOUT my_balance 1 MOUT community_balance 2 MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 INCMP my_balance 1 INCMP community_balance 2 diff --git a/services/registration/display_profile_info.vis b/services/registration/display_profile_info.vis index 07fcf94..3790a08 100644 --- a/services/registration/display_profile_info.vis +++ b/services/registration/display_profile_info.vis @@ -1,3 +1,3 @@ MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 diff --git a/services/registration/edit_profile.vis b/services/registration/edit_profile.vis index b454820..8afb933 100644 --- a/services/registration/edit_profile.vis +++ b/services/registration/edit_profile.vis @@ -6,7 +6,7 @@ MOUT edit_offerings 5 MOUT view 6 MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 INCMP enter_name 1 INCMP select_gender 2 INCMP enter_yob 3 diff --git a/services/registration/enter_location.vis b/services/registration/enter_location.vis index 07fcf94..3790a08 100644 --- a/services/registration/enter_location.vis +++ b/services/registration/enter_location.vis @@ -1,3 +1,3 @@ MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 diff --git a/services/registration/enter_name.vis b/services/registration/enter_name.vis index 07fcf94..3790a08 100644 --- a/services/registration/enter_name.vis +++ b/services/registration/enter_name.vis @@ -1,3 +1,3 @@ MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 diff --git a/services/registration/enter_offerings.vis b/services/registration/enter_offerings.vis index 07fcf94..3790a08 100644 --- a/services/registration/enter_offerings.vis +++ b/services/registration/enter_offerings.vis @@ -1,3 +1,3 @@ MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 diff --git a/services/registration/enter_yob.vis b/services/registration/enter_yob.vis index 07fcf94..3790a08 100644 --- a/services/registration/enter_yob.vis +++ b/services/registration/enter_yob.vis @@ -1,3 +1,3 @@ MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 diff --git a/services/registration/my_account.vis b/services/registration/my_account.vis index 0232e06..5cbe722 100644 --- a/services/registration/my_account.vis +++ b/services/registration/my_account.vis @@ -6,7 +6,7 @@ MOUT pin_options 5 MOUT my_address 6 MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 INCMP edit_profile 1 INCMP balances 3 INCMP pin_management 5 diff --git a/services/registration/pin_management.vis b/services/registration/pin_management.vis index 0e40b9f..ecd5a8c 100644 --- a/services/registration/pin_management.vis +++ b/services/registration/pin_management.vis @@ -3,4 +3,4 @@ MOUT reset_pin 2 MOUT guard_pin 3 MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0 diff --git a/services/registration/select_gender.vis b/services/registration/select_gender.vis index e30f71e..8a2ef60 100644 --- a/services/registration/select_gender.vis +++ b/services/registration/select_gender.vis @@ -3,4 +3,4 @@ MOUT female 2 MOUT other_gender 3 MOUT back 0 HALT -INCMP ^ 0 +INCMP _ 0