mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: nav title of cloud setting on mobile (#4098)
This commit is contained in:
parent
69d3181a64
commit
7ad05feb5b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user