Help ASAP , i need help please

There is a { on line 3491 that does not have a matching }
Here is the descreption :
“Fade” {
@HANNAH changes hair into Short Curly Fade
goto hair_short
“Pixie” {
@HANNAH changes hair into Short Pixie
goto hair_short
}“Short Wavy” {
@HANNAH changes hair into Short Wavy Hair Solid
goto hair_short
}
“Done”{
goto hair_and_lip
}“Back to Styles”{
goto hair_styles
}

You are missing the } next to Pixie.

You need to close the choices like this:

“Fade” {
@HANNAH changes hair into Short Curly Fade
goto hair_short

}

thank you guys