Skip to content

Commit

Permalink
refactor : faculty > department 로 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
m6z1 committed Feb 24, 2024
1 parent 17449e6 commit 06f0379
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/fragment_notice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
android:id="@+id/notice_tab_faculty"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/notice_tab_faculty" />
android:text="@string/notice_tab_department" />

</com.google.android.material.tabs.TabLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
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 @@ -22,7 +22,7 @@
<!-- notice -->
<string name="notice_title">공지사항</string>
<string name="notice_tab_university">대학 공지</string>
<string name="notice_tab_faculty">학과 공지</string>
<string name="notice_tab_department">학과 공지</string>
<string name="notice_search_message">검색어를 입력해주세요.</string>

<!-- detail -->
Expand Down

0 comments on commit 06f0379

Please sign in to comment.