Shorten invite button text

This commit is contained in:
Kelrap 2025-10-31 10:35:10 -04:00
parent d4696311b9
commit ef4b849280
2 changed files with 4 additions and 7 deletions

View file

@ -5316,5 +5316,6 @@
"emojiView": "Emoji view",
"feedbackDialogDesc": "I make mistakes too! Anything to help me improve?",
"getStartedFriendsButton": "Invite a friend",
"contactHasBeenInvitedToTheCourse": "Contact has been invited to the course"
"contactHasBeenInvitedToTheCourse": "Contact has been invited to the course",
"inviteFriends": "Invite friends"
}

View file

@ -254,12 +254,8 @@ class ActivitySessionStartView extends StatelessWidget {
MainAxisAlignment.center,
children: [
Text(
controller.courseParent !=
null
? L10n.of(context)
.inviteFriendsToActivityCourse
: L10n.of(context)
.inviteFriendsToActivity,
L10n.of(context)
.inviteFriends,
),
],
),