Skip to content

Commit 606399c

Browse files
committed
Correct label for podcast funding menu from cancel to close.
1 parent 9daba36 commit 606399c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ui/podcast/funding_menu.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class _CupertinoFundingMenu extends StatelessWidget {
148148
onPressed: () {
149149
Navigator.pop(context, 'Cancel');
150150
},
151-
child: Text(L.of(context)!.cancel_option_label),
151+
child: Text(L.of(context)!.close_button_label),
152152
),
153153
);
154154
},

0 commit comments

Comments
 (0)