1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Add missing translations

This commit is contained in:
2021-04-26 10:22:23 +02:00
parent 027ea9bb81
commit f830ae20bb
2 changed files with 4 additions and 1 deletions

View File

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