TF-4148 Add link to common settings in mobile application (#4149)

This commit is contained in:
Dat Vu
2025-11-17 22:32:48 +07:00
committed by GitHub
parent d6e959c4d9
commit 8f034105a5
9 changed files with 172 additions and 12 deletions
@@ -5415,4 +5415,11 @@ class AppLocalizations {
name: 'apply',
);
}
String get manageYourTwakeAccount {
return Intl.message(
'Manage your Twake account',
name: 'manageYourTwakeAccount',
);
}
}