Skip to content

Commit

Permalink
chore(reactions): remove "More coming soon" label [WPB-4328] (#2154)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitor Hugo Schwaab <vitor@schwaab.dev>
  • Loading branch information
github-actions[bot] and vitorhugods committed Aug 30, 2023
1 parent 47152f1 commit 4187ad8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ fun ReactionOption(
Row {
Spacer(modifier = Modifier.width(dimensions().spacing8x))
Text(
("${stringResource(R.string.label_reactions)} ${stringResource(id = R.string.label_more_comming_soon)}").uppercase(),
stringResource(R.string.label_reactions).uppercase(),
style = MaterialTheme.wireTypography.label01
)
}
Expand Down

0 comments on commit 4187ad8

Please sign in to comment.