diff --git a/packages/@react-spectrum/picker/stories/Picker.stories.tsx b/packages/@react-spectrum/picker/stories/Picker.stories.tsx
index 2d79008508d..a1d8bbec8c0 100644
--- a/packages/@react-spectrum/picker/stories/Picker.stories.tsx
+++ b/packages/@react-spectrum/picker/stories/Picker.stories.tsx
@@ -171,8 +171,8 @@ storiesOf('Picker', module)
'isQuiet',
() => (
- - One
- - Two
+ - One hundred
+ - Two thousand and twelve
- Three
)
@@ -182,7 +182,7 @@ storiesOf('Picker', module)
() => (
- One
- - Two
+ - Two million
- Three
)
@@ -192,7 +192,7 @@ storiesOf('Picker', module)
() => (
- One
- - Two
+ - Two dollary-doos
- Three
)