Skip to content

Commit aa21459

Browse files
committed
setup glossary-tooltip namespace and change term for story
1 parent 04592de commit aa21459

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.storybook/i18next.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const baseLocales = {
1313
export const ns = [
1414
"common",
1515
"glossary",
16+
"glossary-tooltip",
1617
"learn-quizzes",
1718
"page-about",
1819
"page-index",

src/components/Glossary/GlossaryTooltip/GlossaryTooltip.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const meta = {
77
title: "Molecules / Overlay Content / Glossary Tooltip",
88
component: GlossaryTooltipComponent,
99
args: {
10-
termKey: "big-endian",
11-
children: "big-endian",
10+
termKey: "bridge",
11+
children: "bridge",
1212
},
1313
decorators: [
1414
(Story) => (

0 commit comments

Comments
 (0)