BugFix Add -> And
This commit is contained in:
@@ -225,7 +225,7 @@ fun ReplyInformationChannel(
|
|||||||
)
|
)
|
||||||
} else if (idx < mentions.size - 1) {
|
} else if (idx < mentions.size - 1) {
|
||||||
Text(
|
Text(
|
||||||
" ${stringResource(id = R.string.add)} ",
|
" ${stringResource(id = R.string.and)} ",
|
||||||
fontSize = 13.sp,
|
fontSize = 13.sp,
|
||||||
color = MaterialTheme.colors.placeholderText
|
color = MaterialTheme.colors.placeholderText
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user