updated labels
This commit is contained in:
parent
703fd1f461
commit
8288e3d8aa
|
|
@ -106,7 +106,7 @@ class WhatsAppHelper {
|
|||
return `🎰 *Lucky Draw Results* 🎰\n\n` +
|
||||
`🏦 Group: *${group.name}*\n` +
|
||||
`📅 Month: ${month}\n` +
|
||||
`👥 Participants: ${totalMembers}\n\n` +
|
||||
`👥 Members: ${totalMembers}\n\n` +
|
||||
`🎉 *WINNER ANNOUNCEMENT* 🎉\n\n` +
|
||||
`👤 Winner: *${winner.full_name}*\n` +
|
||||
`💰 Prize Amount: *${formattedPrize}*\n\n` +
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ class _CreateGroupPageState extends State<CreateGroupPage> {
|
|||
|
||||
// Max Members
|
||||
Text(
|
||||
'Max Participants',
|
||||
'Max Members',
|
||||
style: TextStyle(
|
||||
fontSize: 16.sp,
|
||||
fontWeight: FontWeight.w600,
|
||||
|
|
|
|||
Loading…
Reference in New Issue