fix: nav title of cloud setting on mobile (#4098)

This commit is contained in:
Nathan.fooo 2023-12-05 14:02:45 -08:00 committed by GitHub
parent 69d3181a64
commit 7ad05feb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ class AppFlowyCloudPage extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(LocaleKeys.settings_mobile_privacyPolicy.tr()),
title: Text(LocaleKeys.settings_menu_cloudSetting.tr()),
),
body: Padding(
padding: const EdgeInsets.all(20.0),