Skip to content

Commit 4461805

Browse files
authored
Merge pull request #3021 from entrylabs/issue/10064
[#10064] lang: 코드 분석하기 문구 수정
2 parents d5f212d + 6d5ed50 commit 4461805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extern/lang/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ Lang.Blocks = {
17071707
START_message_send_wait_2: ' message and wait',
17081708
Duplication_option: 'Duplicate',
17091709
cut_blocks: 'Cut',
1710-
AI_analyze_option: 'Galaxy AI Analyze',
1710+
AI_analyze_option: 'AI Analyze',
17111711
CONTEXT_COPY_option: 'Copy',
17121712
Delete_Blocks: 'Remove',
17131713
add_my_storage: 'add to my storage',

extern/lang/ko.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ Lang.Blocks = {
15531553
TUT_repeat_until_gold: '부품에 도달할 때 까지 반복',
15541554
TUT_declare_function: '함수 선언',
15551555
TUT_call_function: '함수 호출',
1556-
AI_analyze_option: '갤럭시 AI 코드 분석하기',
1556+
AI_analyze_option: 'AI로 코드 분석하기',
15571557
CONTEXT_COPY_option: '코드 복사하기',
15581558
Delete_Blocks: '코드 삭제하기',
15591559
Duplication_option: '코드 복제하기',

0 commit comments

Comments
 (0)