Skip to content

Commit

Permalink
[PC-257] 지인 피하기 페이지 String 고정값 strings.xml로 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Jan 11, 2025
1 parent de2d166 commit ccd0a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/designsystem/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<string name="try_next">다음에 할래요</string>
<string name="avoid_acquaintances">아는 사람 차단하기</string>
<string name="generate_profile">프로필 생성하기</string>
<string name="avoid_acquaintances_description">연락처에 등록된 번호로 가입한 사용자는\n매칭 대상에서 제외되어, 개인정보가 보호됩니다.</string>

<!--Matching-->
<string name="matching_title">Matching</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ internal fun ColumnScope.AvoidAcquaintancesPage(
)

Text(
text = "연락처에 등록된 번호로 가입한 사용자는\n매칭 대상에서 제외되어, 개인정보가 보호됩니다.",
text = stringResource(R.string.avoid_acquaintances_description),
style = PieceTheme.typography.bodySM,
color = PieceTheme.colors.dark3,
modifier = Modifier.padding(top = 12.dp),
Expand Down

0 comments on commit ccd0a91

Please sign in to comment.