mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
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:
committed by
Michelle Tang
parent
1e0e165eaf
commit
2608e9165c
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user