Test APK without sim binding

This commit is contained in:
2026-03-25 17:46:27 +05:30
parent 1f764990d5
commit 0d99a97a71
6 changed files with 28 additions and 25 deletions

View File

@@ -74,7 +74,7 @@ class SecuritySettingsScreen extends StatelessWidget {
margin: const EdgeInsets.only(bottom: 10),
child: ListTile(
leading: const Icon(Icons.password),
title: const Text('Change TPIN'),
title: Text(AppLocalizations.of(context).changeTpin),
trailing: const Icon(Icons.chevron_right),
onTap: () async {
final authService = getIt<AuthService>();