Skip to content

Commit d86d53d

Browse files
committed
docs: update typescript.md
1 parent db2570a commit d86d53d

File tree

2 files changed

+47
-48
lines changed

2 files changed

+47
-48
lines changed

src/components/MDX/Sandpack/ReloadButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export function ReloadButton({onReload}: ReloadButtonProps) {
2020
<button
2121
className="text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1"
2222
onClick={onReload}
23-
title="Keep your edits and reload sandbox"
23+
title="편집 내용을 유지하고 샌드박스를 새로고침합니다."
2424
type="button">
2525
<IconRestart className="inline mx-1 relative" />
26-
<span className="hidden md:block">Reload</span>
26+
<span className="hidden md:block">새로고침</span>
2727
</button>
2828
);
2929
}

0 commit comments

Comments
 (0)