Skip to content

fix - 운세 타이틀 제거#24

Merged
mark77234 merged 5 commits into
devfrom
fix/23
Jan 16, 2026
Merged

fix - 운세 타이틀 제거#24
mark77234 merged 5 commits into
devfrom
fix/23

Conversation

@mark77234

Copy link
Copy Markdown
Collaborator

작업내용

애플 리젝 사유에 "운세"가 포함되어 제거하는 작업 진행했습니다

Copilot AI review requested due to automatic review settings January 16, 2026 08:11
@mark77234 mark77234 linked an issue Jan 16, 2026 that may be closed by this pull request
@mark77234 mark77234 self-assigned this Jan 16, 2026
@mark77234 mark77234 merged commit 3326c8d into dev Jan 16, 2026
2 of 3 checks passed
@mark77234 mark77234 deleted the fix/23 branch January 16, 2026 08:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes references to "운세" (fortune-telling) from the app's user-facing text and branding to address Apple App Store rejection. The app is being rebranded from "운세한장" to "오늘한장".

Changes:

  • Updated app name and display names from "운세한장" to "오늘한장" in configuration
  • Revised onboarding screen text to remove fortune-telling terminology
  • Bumped app version from 1.0.6 to 1.0.8

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
app.config.ts Updated app name, display names, and version number
src/components/Onboarding.tsx Replaced fortune-telling terminology with neutral wording in onboarding screens
Comments suppressed due to low confidence (1)

src/components/Onboarding.tsx:100

  • This onboarding step still contains references to '운세' (fortune-telling) which contradicts the purpose of this PR. These should be updated to match the new branding without fortune-telling terminology.
          description={'운세는 오늘까지 제공돼요.\n미래의 운세는 미리 확인할 수 없어요.'}

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

title={'뜯어서 확인하는\n오늘의 운세'}
description={'일력 상단을 드래그하여 일력을 뜯으면\n오늘의 총평을 확인할 수 있어요.'}
title={'뜯어서 확인하는\n오늘의 한마디'}
description={'일력 상단을 드래그하여 일력을 뜯으면\n오늘의 한마디 확인할 수 있어요.'}

Copilot AI Jan 16, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing particle '를' after '한마디'. Should be '오늘의 한마디를 확인할 수 있어요.'

Suggested change
description={'일력 상단을 드래그하여 일력을 뜯으면\n오늘의 한마디 확인할 수 있어요.'}
description={'일력 상단을 드래그하여 일력을 뜯으면\n오늘의 한마디를 확인할 수 있어요.'}

Copilot uses AI. Check for mistakes.
render: () => (
<Step3Visual
title={'스크롤로 보는\n상세 운세'}
title={'스크롤로 보는\n 행동 가이드'}

Copilot AI Jan 16, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary leading space before '행동 가이드'. Should be '스크롤로 보는\n행동 가이드'.

Suggested change
title={'스크롤로 보는\n 행동 가이드'}
title={'스크롤로 보는\n행동 가이드'}

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix - 운세 타이틀 제거

2 participants