Update: 2026-06-11 13:47:39

This commit is contained in:
Hamza-Ayed
2026-06-11 13:47:40 +03:00
parent 977adfe99d
commit c5170a88d2
516 changed files with 3654 additions and 3321 deletions

View File

@@ -238,7 +238,7 @@ class LoginPage extends StatelessWidget {
recognizer: TapGestureRecognizer()
..onTap = () {
launchUrl(Uri.parse(
'https://intaleq.xyz/intaleq/privacy_policy.php'));
'https://intaleq.xyz/siro/privacy_policy.php'));
},
),
TextSpan(text: " and acknowledge our Privacy Policy.".tr),

View File

@@ -421,7 +421,7 @@ class _PhoneNumberScreenState extends State<PhoneNumberScreen> {
final isDark = Theme.of(context).brightness == Brightness.dark;
return AuthScreen(
title: 'welcome to intaleq'.tr,
title: 'welcome to siro'.tr,
subtitle: 'login or register subtitle'.tr,
form: Form(
key: _formKey,