File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ function Example() {
835
835
validationState = { ! animalId ? undefined : isValid ? ' valid' : ' invalid' }
836
836
label = " Favorite animal"
837
837
description = " Pick your favorite animal, you will be judged."
838
- errorMessage = { animalId === 2 ? ' The author of this example is a dog person.' : ' Oh god it\' s a snake! Choose anything else.' }
838
+ errorMessage = { animalId === 2 ? ' The author of this example is a dog person.' : ' Oh no it\' s a snake! Choose anything else.' }
839
839
items = { options }
840
840
selectedKey = { animalId }
841
841
onSelectionChange = { selected => setAnimalId (selected )} >
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ function Example() {
373
373
validationState = { isValid ? ' valid' : ' invalid' }
374
374
label = " Favorite animal"
375
375
description = " Pick your favorite animal, you will be judged."
376
- errorMessage = { animalId === 2 ? ' The author of this example is a dog person.' : ' Oh god it\' s a snake! Choose anything else.' }
376
+ errorMessage = { animalId === 2 ? ' The author of this example is a dog person.' : ' Oh no it\' s a snake! Choose anything else.' }
377
377
items = { options }
378
378
selectedKey = { animalId }
379
379
onSelectionChange = { selected => setAnimalId (selected )} >
You can’t perform that action at this time.
0 commit comments