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,