From 54d590765f419b0bdf1bc25399fb321030b17488 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 24 Feb 2020 00:48:39 +0530 Subject: [PATCH] Typo --- lang/en-US.js | 2 +- store/postwoman.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en-US.js b/lang/en-US.js index e541cdf0..bf055db9 100644 --- a/lang/en-US.js +++ b/lang/en-US.js @@ -51,7 +51,7 @@ export default { edit_environment: "Edit Environment", env_variable_list: "Variable List", invalid_environment_name: "Please provide a valid name for the environment", - use_environment: "Use environment", + use_environment: "Use Environment", add_one_variable: "(add at least one variable)", import_curl: "Import cURL", import: "Import", diff --git a/store/postwoman.js b/store/postwoman.js index afffa752..bbec6e90 100644 --- a/store/postwoman.js +++ b/store/postwoman.js @@ -76,7 +76,7 @@ export const state = () => ({ ], environments: [ { - name: "My Env Variables", + name: "My Environment Variables", variables: [] } ],