Skip to content

Commit

Permalink
update export text
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkrieger committed Apr 6, 2022
1 parent db8328e commit 54be65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/notes_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class _NotesViewState extends State<_NotesView> {
value: "export_md",
child: ListTile(
leading: Icon(Icons.receipt_long),
title: Text("export markdown"))),
title: Text("export outline"))),
if (outline.archived) ...[
const PopupMenuItem(
value: "unarchive",
Expand Down

0 comments on commit 54be65e

Please sign in to comment.