Skip to content

Commit 7c0c118

Browse files
committed
[BOOK-272] chore: 로그 및 contentDescription remove -> delete 삭제 워딩 통일
1 parent 11b435a commit 7c0c118

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/datastore/impl/src/main/kotlin/com/ninecraft/booket/core/datastore/impl/datasource/DefaultLibraryRecentSearchDataSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class DefaultLibraryRecentSearchDataSource @Inject constructor(
7676
Logger.e(e, "Failed to deserialize recent searches for removal")
7777
mutableListOf()
7878
} catch (e: Exception) {
79-
Logger.e(e, "Unexpected error while removing recent search")
79+
Logger.e(e, "Unexpected error while deleting recent search")
8080
mutableListOf()
8181
}
8282
} ?: mutableListOf()

feature/search/src/main/kotlin/com/ninecraft/booket/feature/search/common/component/SearchItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fun SearchItem(
4848
Spacer(modifier = Modifier.width(ReedTheme.spacing.spacing3))
4949
Icon(
5050
imageVector = ImageVector.vectorResource(id = designR.drawable.ic_close),
51-
contentDescription = "Remove Icon",
51+
contentDescription = "Delete Icon",
5252
tint = ReedTheme.colors.contentSecondary,
5353
modifier = Modifier
5454
.size(18.dp)

0 commit comments

Comments
 (0)