chore: update copy for header inspection (#3907)
Co-authored-by: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
"hide_secret": "Hide secret",
|
"hide_secret": "Hide secret",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
"learn_more": "Learn more",
|
"learn_more": "Learn more",
|
||||||
|
"download_here": "Download here",
|
||||||
"less": "Less",
|
"less": "Less",
|
||||||
"more": "More",
|
"more": "More",
|
||||||
"new": "New",
|
"new": "New",
|
||||||
@@ -448,7 +449,7 @@
|
|||||||
"not_found": "Environment variable “{environment}” not found."
|
"not_found": "Environment variable “{environment}” not found."
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"cookie": "The browser doesn't allow Hoppscotch to set the Cookie Header. While we're working on the Hoppscotch Desktop App (coming soon), please use the Authorization Header instead."
|
"cookie": "The browser doesn't allow Hoppscotch to set Cookie Headers. Please use Authorization Headers instead. However, our Hoppscotch Desktop App is live now and supports Cookies."
|
||||||
},
|
},
|
||||||
"response": {
|
"response": {
|
||||||
"401_error": "Please check your authentication credentials.",
|
"401_error": "Please check your authentication credentials.",
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ export class HeaderInspectorService extends Service implements Inspector {
|
|||||||
index: index,
|
index: index,
|
||||||
},
|
},
|
||||||
doc: {
|
doc: {
|
||||||
text: this.t("action.learn_more"),
|
text: this.t("action.download_here"),
|
||||||
link: "https://docs.hoppscotch.io/documentation/features/inspections",
|
link: "https://hoppscotch.com/download",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user