Skip to content

Commit

Permalink
[Chore/#111] 시간 설정 화면 문구 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoncheong committed Aug 29, 2023
1 parent 93666d5 commit e8d64b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_set_time.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="28dp"
android:layout_marginTop="12dp"
android:text="@string/every_night_send_push"
android:text="@string/every_day_send_push"
android:textColor="@color/black"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/layout_appbar" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<string name="dad">아빠</string>

<!-- set time activity-->
<string name="every_night_send_push">매일 \n교신을 보내줄게</string>
<string name="every_night_send_push">매일 너에게\n교신을 보내줄게</string>
<string name="send_push_description">선택한 시간에 따라 푸시 알림을 보내드려요</string>
<string name="fail_information_post">정보 등록에 실패했습니다.</string>

Expand Down

0 comments on commit e8d64b8

Please sign in to comment.