Change additional groups copy to match iOS.

This commit is contained in:
Alex Hart
2020-08-04 16:56:32 -03:00
committed by Greyson Parrelli
parent f014dadf06
commit 7bb0199e83
3 changed files with 5 additions and 4 deletions

View File

@@ -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));