From 3ece0857afbc11369873e811868bcd7c63b1a5ec Mon Sep 17 00:00:00 2001 From: frikky Date: Tue, 10 Nov 2020 03:05:58 +0100 Subject: [PATCH] Fixed typo in app creator --- frontend/src/views/AppCreator.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/AppCreator.jsx b/frontend/src/views/AppCreator.jsx index c2240024..f47330c9 100644 --- a/frontend/src/views/AppCreator.jsx +++ b/frontend/src/views/AppCreator.jsx @@ -1569,7 +1569,7 @@ const AppCreator = (props) => { required style={{flex: "1", marginRight: "15px", marginTop: "5px", backgroundColor: inputColor}} fullWidth={true} - placeholder={"Accept application/json\r\nContent-Type application/json"} + placeholder={"Accept: application/json\r\nContent-Type: application/json"} margin="normal" variant="outlined" id="standard-required" @@ -1577,7 +1577,7 @@ const AppCreator = (props) => { multiline rows="5" onChange={e => setActionField("headers", e.target.value)} - helperText={Headers that are part of the request} + helperText={Headers that are part of the request. Default: EMPTY} InputProps={{ classes: { notchedOutline: classes.notchedOutline,