Skip to content

Commit

Permalink
Merge pull request #338 from team-yello/ui/#337-onboarding-middle-school
Browse files Browse the repository at this point in the history
[UI/#337] OnBoarding / 중학교 추가 라이팅 변경
  • Loading branch information
minju1459 authored Dec 7, 2023
2 parents bf1b5fb + ce77322 commit 104d041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<string name="onboarding_code_duplicate_msg">존재하지 않는 추천인 코드입니다.</string>
<string name="onboarding_add_friend_error">추천친구 서버통신 실패</string>
<string name="onboarding_select_student_Type_title">해당되는 곳에 체크해주세요.</string>
<string name="onboarding_tv_select_student_highschool">고등학생</string>
<string name="onboarding_tv_select_student_highschool">중/고등학생</string>
<string name="onboarding_tv_select_student_university">대학생</string>
<string name="onboarding_school_hint">ex. 옐로대학교</string>
<string name="onboarding_department_hint">ex. 노랑학과</string>
Expand Down Expand Up @@ -235,7 +235,7 @@
<string name="recommend_search_error">검색 결과 가져오기 실패</string>
<string name="recommend_search_friend">내 친구</string>

<string name="onboarding_highschool_hint">ex. 옐로고등학교</string>
<string name="onboarding_highschool_hint">ex. 옐로중/고등학교</string>
<string name="onboarding_grade_title">몇 학년인가요?</string>
<string name="onboarding_group_title">몇 반인가요?</string>
<string name="onboarding_group_hint">ex. 1반</string>
Expand Down
2 changes: 1 addition & 1 deletion build-logic/convention/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Constants {
const val compileSdk = 33
const val minSdk = 28
const val targetSdk = 33
const val versionCode = 37
const val versionCode = 38
const val versionName = "1.4"
const val jvmVersion = "17"
}

0 comments on commit 104d041

Please sign in to comment.