Use existing Example translation for HTTP headers and body placeholders

pull/902/head
Ivan Bratović 3 years ago
parent 9c5466890e
commit c1b118a0f6

@ -353,17 +353,17 @@ export default {
}, },
bodyPlaceholder() { bodyPlaceholder() {
return `Example: return this.$t("Example:", [`
{ {
"key": "value" "key": "value"
}`; }`]);
}, },
headersPlaceholder() { headersPlaceholder() {
return `Example: return this.$t("Example:", [`
{ {
"HeaderName": "HeaderValue" "HeaderName": "HeaderValue"
}`; }`]);
} }
}, },

Loading…
Cancel
Save