Shorten invite button text
This commit is contained in:
parent
d4696311b9
commit
ef4b849280
2 changed files with 4 additions and 7 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue