mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Add missing translations
This commit is contained in:
@ -110,7 +110,7 @@ class JoinGroupPaneBodyState extends State<_JoinGroupPaneBody> {
|
||||
_currGroup.registrationLevel != GroupRegistrationLevel.OPEN) ||
|
||||
_currGroup.membershipLevel == GroupMembershipLevel.PENDING) {
|
||||
await alert(context,
|
||||
tr("You can not access this group yet, please wait for a member of the group to accept your request.\nHopefully this will not be too long.\nPlease check back soon!"));
|
||||
"${tr("You can not access this group yet, please wait for a member of the group to accept your request.")}\n${tr("Hopefully this will not be too long.")}\n${tr("Please check back soon!")}");
|
||||
|
||||
_key.currentState.refresh();
|
||||
|
||||
|
Reference in New Issue
Block a user