We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typescript.md
1 parent db2570a commit d86d53dCopy full SHA for d86d53d
src/components/MDX/Sandpack/ReloadButton.tsx
@@ -20,10 +20,10 @@ export function ReloadButton({onReload}: ReloadButtonProps) {
20
<button
21
className="text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1"
22
onClick={onReload}
23
- title="Keep your edits and reload sandbox"
+ title="편집 내용을 유지하고 샌드박스를 새로고침합니다."
24
type="button">
25
<IconRestart className="inline mx-1 relative" />
26
- <span className="hidden md:block">Reload</span>
+ <span className="hidden md:block">새로고침</span>
27
</button>
28
);
29
}
0 commit comments