mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 13:56:53 +00:00
Change additional groups copy to match iOS.
This commit is contained in:
committed by
Greyson Parrelli
parent
f014dadf06
commit
7bb0199e83
@@ -405,7 +405,7 @@ public class ConversationFragment extends LoggingFragment {
|
||||
description = context.getString(R.string.MessageRequestProfileView_member_of_many_groups,
|
||||
HtmlUtil.bold(groups.get(0)),
|
||||
HtmlUtil.bold(groups.get(1)),
|
||||
context.getResources().getQuantityString(R.plurals.MessageRequestProfileView_member_of_others, others, others));
|
||||
context.getResources().getQuantityString(R.plurals.MessageRequestProfileView_member_of_d_additional_groups, others, others));
|
||||
}
|
||||
|
||||
conversationBanner.setDescription(HtmlCompat.fromHtml(description, 0));
|
||||
|
||||
@@ -906,9 +906,9 @@
|
||||
<item quantity="one">%1$d member (+%2$d invited)</item>
|
||||
<item quantity="other">%1$d members (+%2$d invited)</item>
|
||||
</plurals>
|
||||
<plurals name="MessageRequestProfileView_member_of_others">
|
||||
<item quantity="one">%d other</item>
|
||||
<item quantity="other">%d others</item>
|
||||
<plurals name="MessageRequestProfileView_member_of_d_additional_groups">
|
||||
<item quantity="one">%d additional group</item>
|
||||
<item quantity="other">%d additional groups</item>
|
||||
</plurals>
|
||||
|
||||
<!-- PassphraseChangeActivity -->
|
||||
|
||||
Reference in New Issue
Block a user