Skip to content

Commit 3e48753

Browse files
authored
Merge pull request #156 from ASAP-Lettering/feat/#155
[Feat] 툴팁 메세지 수정
2 parents 71dac1f + adfdd07 commit 3e48753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/planet/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ const PlanetPage = () => {
533533
</BottomWrapper>
534534
{showTooltip && (
535535
<Tooltip
536-
message={`궤도에 있는 편지들을 끌어 당겨 행성으로 \n옮길 수있어요`}
536+
message={`먼저 편지를 보관한 후, 행성으로 끌어 당겨보세요`}
537537
close={true}
538538
bottom="230px"
539539
onClose={() => setShowTooltip(false)}

0 commit comments

Comments
 (0)