Skip to content
Snippets Groups Projects
Commit 69fb8d75 authored by Agustin's avatar Agustin
Browse files

Change to agebracket enum

parent f6513129
No related branches found
No related tags found
No related merge requests found
enum AgeBracket {
m0 = '0 meses',
m1 = '1 mes',
m1 = '1 meses',
m2 = '2 meses',
m3 = '3 meses',
m4 = '4 meses',
......@@ -11,7 +11,7 @@ enum AgeBracket {
m9 = '9 meses',
m10 = '10 meses',
m11 = '11 meses',
a1 = '1 año',
a1 = '1 años',
a2 = '2 años',
a3 = '3 años',
a4 = '4 años',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment