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: [] } ],