OTP added to daily limit #2
This commit is contained in:
@@ -50,7 +50,7 @@ class _FaqsScreenState extends State<FaqsScreen> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text("Frequently Asked Questions"),
|
||||
title: Text(AppLocalizations.of(context).faq),
|
||||
),
|
||||
body: Stack(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user