Fix wrong string in pending group join request banner.
This commit is contained in:
parent
907918d3fa
commit
659e36673b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class PendingGroupJoinRequestsBanner(override val enabled: Boolean, private val
|
|||
DefaultBanner(
|
||||
title = null,
|
||||
body = pluralStringResource(
|
||||
id = R.plurals.GroupsV1MigrationSuggestionsReminder_members_couldnt_be_added_to_the_new_group,
|
||||
id = R.plurals.PendingGroupJoinRequestsReminder_d_pending_member_requests,
|
||||
count = suggestionsSize,
|
||||
suggestionsSize
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue