fix(chat-room settings): 배경 사진 -> 배경 이미지 로 변경

This commit is contained in:
2025-09-05 17:59:54 +09:00
parent cc3aca34f5
commit 0422746267
3 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
android:ellipsize="end"
android:fontFamily="@font/pretendard_bold"
android:maxLines="1"
android:text="배경 사진 선택"
android:text="배경 이미지 선택"
android:textColor="#FFFFFFFF"
android:textSize="20sp" />
</LinearLayout>