Fixed crucial typo in DashboardController
This commit is contained in:
parent
861b5deab1
commit
6f063a01c8
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class DashboardController implements Initializable {
|
|||
responseArea.selectAll();
|
||||
responseArea.copy();
|
||||
responseArea.deselect();
|
||||
snackbar.show("Request body copied to clipboard.", 5000);
|
||||
snackbar.show("Response body copied to clipboard.", 5000);
|
||||
});
|
||||
|
||||
errorTitle.setText("Oops... That's embarrassing!");
|
||||
|
|
Loading…
Reference in a new issue