Skip to content

Commit 7cb5ebc

Browse files
committed
Fix: Select category title update
1 parent 5d814fa commit 7cb5ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/bottom_sheet_category_selection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
android:id="@+id/text_select_category"
3030
android:layout_width="match_parent"
3131
android:layout_height="wrap_content"
32-
android:text="@string/select_language"
32+
android:text="@string/select_category"
3333
android:textColor="@color/black"
3434
android:textSize="@dimen/text_heading" />
3535

0 commit comments

Comments
 (0)