Skip to content

Commit c5529bf

Browse files
committed
fix(flat-components): fix i18n
1 parent 8357f36 commit c5529bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flat-components/src/components/LoginPage/LoginPanel.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const PlayableExample: Story<LoginPanelProps> = () => {
5555
}
5656
case "github": {
5757
Modal.info({
58-
content: "need i18n",
58+
content: i18n.t("login-github"),
5959
});
6060
break;
6161
}

0 commit comments

Comments
 (0)