Fixed typo in app creator

This commit is contained in:
frikky
2020-11-10 03:05:58 +01:00
parent b72e436d8e
commit 3ece0857af
+2 -2
View File
@@ -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={<span style={{color:"white", marginBottom: "2px",}}>Headers that are part of the request</span>}
helperText={<span style={{color:"white", marginBottom: "2px",}}>Headers that are part of the request. Default: EMPTY</span>}
InputProps={{
classes: {
notchedOutline: classes.notchedOutline,