Fixed crucial typo in DashboardController

This commit is contained in:
Rohit Awate 2018-05-03 13:08:35 +05:30
parent 861b5deab1
commit 6f063a01c8
No known key found for this signature in database
GPG key ID: 1051D7B79CF2EE25

View file

@ -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!");