mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
[flutter]: modified UX text
This commit is contained in:
parent
b18fcc9fe9
commit
2245ddef1c
2 changed files with 150 additions and 150 deletions
|
|
@ -102,7 +102,7 @@ class MenuAppHeader extends StatelessWidget {
|
|||
message: "Quickly add a page inside",
|
||||
child: AddButton(
|
||||
onSelected: (viewType) {
|
||||
context.read<AppBloc>().add(AppEvent.createView("New view", "", viewType));
|
||||
context.read<AppBloc>().add(AppEvent.createView("Untitled", "", viewType));
|
||||
},
|
||||
).padding(right: MenuAppSizes.headerPadding),
|
||||
);
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue