Skip to content

Commit 81d3a88

Browse files
committed
fix: alert 메시지 수정
1 parent 74d2afe commit 81d3a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/editor/toolbar/SelectMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function SelectMenu({ editor }: ToolBarProps) {
5656
const node = getSelectedNode(editor);
5757
if (!node) return;
5858

59-
const newUrl = prompt('YouTube URL을 입력하세요:');
59+
const newUrl = prompt('변경 URL을 입력하세요:');
6060
if (!newUrl) return;
6161

6262
editor

0 commit comments

Comments
 (0)