Skip to content

Commit 79cdbb0

Browse files
authored
Adjust Product Medium Labels (#3537)
1 parent 3e38da2 commit 79cdbb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/product/dto/product-medium.enum.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ export const ProductMedium = makeEnum({
1818
values: [
1919
'Print',
2020
'Web',
21-
{ value: 'EBook', label: 'E-Book' },
21+
{ value: 'EBook', label: 'Ebook' },
2222
'App',
23-
'TrainedStoryTellers',
23+
{ value: 'TrainedStoryTellers', label: 'Trained Storytellers' },
2424
'Audio',
2525
'Video',
2626
'Other',

0 commit comments

Comments
 (0)