Skip to content

Commit 9daba36

Browse files
committed
Correct label for podcast context menu from cancel to close.
1 parent 3d47ccd commit 9daba36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ui/podcast/podcast_context_menu.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class _CupertinoContextMenu extends StatelessWidget {
259259
onPressed: () {
260260
Navigator.pop(context, 'Cancel');
261261
},
262-
child: Text(L.of(context)!.cancel_option_label),
262+
child: Text(L.of(context)!.close_button_label),
263263
),
264264
);
265265
},

0 commit comments

Comments
 (0)