Typo
This commit is contained in:
parent
d24c572d7f
commit
54d590765f
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ export const state = () => ({
|
|||
],
|
||||
environments: [
|
||||
{
|
||||
name: "My Env Variables",
|
||||
name: "My Environment Variables",
|
||||
variables: []
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue