Fix group member review avatar and "other groups in common" copy. (#4813)

- Fixes `ReviewBannerView` erroneously using the note to self icon instead of the current user's profile photo.
- Fixes the "other groups in common" copy, which was missing the word "other".
This commit is contained in:
Jeffrey Starke
2025-04-07 16:00:09 -04:00
committed by Michelle Tang
parent 1e0e165eaf
commit 2608e9165c
2 changed files with 4 additions and 4 deletions

View File

@@ -4944,8 +4944,8 @@
<string name="ReviewCardDialogFragment__no_other_groups_in_common">No other groups in common.</string>
<string name="ReviewCardDialogFragment__no_groups_in_common">No groups in common.</string>
<plurals name="ReviewCardDialogFragment__d_other_groups_in_common">
<item quantity="one">%d group in common</item>
<item quantity="other">%d groups in common</item>
<item quantity="one">%d other group in common</item>
<item quantity="other">%d other groups in common</item>
</plurals>
<plurals name="ReviewCardDialogFragment__d_groups_in_common">
<item quantity="one">%d group in common</item>