change education level option label to read "Associate" degree

ECOM-579
This commit is contained in:
zubair-arbi
2015-03-31 13:31:16 +05:00
parent 01bdfb125e
commit d0126959fc
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ class AccountView(APIView):
* "p" signifying "Doctorate"
* "m" signifying "Master's or professional degree"
* "b" signifying "Bachelor's degree"
* "a" signifying "Associate's degree"
* "a" signifying "Associate degree"
* "hs" signifying "Secondary/high school"
* "jhs" signifying "Junior secondary/junior high/middle school"
* "el" signifying "Elementary/primary school"

View File

@@ -976,7 +976,7 @@ class RegistrationViewTest(ApiTestCase):
{"value": "p", "name": "Doctorate"},
{"value": "m", "name": "Master's or professional degree"},
{"value": "b", "name": "Bachelor's degree"},
{"value": "a", "name": "Associate's degree"},
{"value": "a", "name": "Associate degree"},
{"value": "hs", "name": "Secondary/high school"},
{"value": "jhs", "name": "Junior secondary/junior high/middle school"},
{"value": "el", "name": "Elementary/primary school"},