Skip to content

Commit fc9c94c

Browse files
author
minjk-bl
committed
change Apps > Markdown title from text to Markdown
1 parent 2ad3369 commit fc9c94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api_block/constData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ define([
287287
const STR_CODE = 'code';
288288
const STR_COMMENT = 'comment';
289289
const STR_NODE = 'node';
290-
const STR_TEXT = 'text';
290+
const STR_TEXT = 'Markdown';
291291
const STR_PRINT = 'print';
292292
const STR_ELIF = 'elif';
293293
const STR_ELSE = 'else';

0 commit comments

Comments
 (0)