Update: 2026-07-29 19:44:57
This commit is contained in:
@@ -103,14 +103,14 @@ class PrimeController extends GetxController {
|
||||
// ── Dialogs ───────────────────────────────────────────────
|
||||
void _showSuccessDialog(BuildContext context) {
|
||||
Get.defaultDialog(
|
||||
title: '👑 Siro Prime!',
|
||||
title: '👑 Intaleq Prime!',
|
||||
content: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const Icon(Icons.verified, color: Colors.amber, size: 48),
|
||||
const SizedBox(height: 12),
|
||||
Text(
|
||||
'You are now a Siro Prime member! Enjoy no surge pricing for 30 days.'.tr,
|
||||
'You are now a Intaleq Prime member! Enjoy no surge pricing for 30 days.'.tr,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
if (expireAt != null) ...[
|
||||
@@ -147,7 +147,7 @@ class PrimeController extends GetxController {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
Text(
|
||||
'Please top up your wallet to subscribe to Siro Prime.'.tr,
|
||||
'Please top up your wallet to subscribe to Intaleq Prime.'.tr,
|
||||
textAlign: TextAlign.center,
|
||||
style: const TextStyle(color: Colors.grey),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user