BugFix Add -> And

This commit is contained in:
Vitor Pamplona
2023-06-14 14:32:55 -04:00
parent 3cd02ee6cf
commit 639fdb174d
@@ -225,7 +225,7 @@ fun ReplyInformationChannel(
)
} else if (idx < mentions.size - 1) {
Text(
" ${stringResource(id = R.string.add)} ",
" ${stringResource(id = R.string.and)} ",
fontSize = 13.sp,
color = MaterialTheme.colors.placeholderText
)