fix(game-ui): 모바일 순서 복원 문구를 기본값으로 변경

This commit is contained in:
2026-08-20 16:07:23 +00:00
parent a4138c337c
commit 1d8c2081e0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -743,7 +743,7 @@ onMounted(() => {
</li>
</ol>
<div class="mobile-layout-dialog__actions">
<button type="button" @click="resetMobileLayoutOrder">Ref 초깃</button>
<button type="button" @click="resetMobileLayoutOrder">기본</button>
<form method="dialog"><button type="submit">취소</button></form>
<button class="mobile-layout-apply" type="button" @click="applyMobileLayoutOrder">적용</button>
</div>