ui: 연장근무 표시 문구 개선

- '토요일 연장근무' → '연장근무'로 변경

- 설명 텍스트도 일관되게 수정

- 사용 설명서 업데이트

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-13 06:33:27 +09:00
parent 5e828d344c
commit 734aca3ec7
2 changed files with 7 additions and 7 deletions

View File

@@ -143,7 +143,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="토요일 연장근무"
android:text="연장근무"
android:textSize="14sp"
android:textColor="@color/text_secondary"/>
@@ -177,7 +177,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="※ 토요일 근무: 1일당 2시간 연장근무 계산"
android:text="※ 연장근무: 1일당 2시간 계산"
android:textSize="12sp"
android:textColor="@color/text_tertiary"
android:layout_marginBottom="8dp"