Replace body and header placeholder functions with translations

This commit is contained in:
Ivan
2021-11-11 10:52:22 +01:00
parent 5d836cf05d
commit 2c85491ee0
2 changed files with 4 additions and 16 deletions

View File

@@ -307,4 +307,6 @@ export default {
steamApiKeyDescription: "For monitoring a Steam Game Server you need a Steam Web-API key. You can register your API key here: ",
"Current User": "Current User",
recent: "Recent",
headersPlaceholder: "Example:\n\{\n \"HeaderName\": \"HeaderValue\"\n}",
bodyPlaceholder: "Example:\n\{\n \"key\": \"value\"\n}",
};