diff --git a/lib/screens/home_page/editor_pane/details_card/request_pane/request_pane.dart b/lib/screens/home_page/editor_pane/details_card/request_pane/request_pane.dart index 7785d5ae..d020cb16 100644 --- a/lib/screens/home_page/editor_pane/details_card/request_pane/request_pane.dart +++ b/lib/screens/home_page/editor_pane/details_card/request_pane/request_pane.dart @@ -61,7 +61,7 @@ class _EditRequestPaneState extends ConsumerState ), label: SizedBox( width: 75, - child: Text(codePaneVisible ? "Hide Code" : "Show Code"), + child: Text(codePaneVisible ? "Hide Code" : "View Code"), ), ), ],