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