App 뒤로갔을때 Exit 버튼 텍스트가 숫자로 노출되는 현상 수정

This commit is contained in:
dongyoungKo
2025-06-09 15:25:52 +09:00
parent 90832fd6d6
commit 1acce5f369

View File

@@ -652,7 +652,7 @@ const HomePanel = ({ isOnTop }) => {
onExit={onExit}
onClose={onClose}
hasButton
button1Text={$L("1232132131")}
button1Text={$L("Exit")}
button2Text={$L("Cancel")}
hasText
title={$L("Exit Shop Time")}