mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Capitalize Chef Server in errors
This commit is contained in:
parent
8b3ec500c8
commit
6814f9c97d
1 changed files with 2 additions and 2 deletions
|
|
@ -1310,8 +1310,8 @@ en:
|
|||
Cookbook path doesn't exist: %{path}
|
||||
custom_config_path_missing: |-
|
||||
Path specified for "custom_config_path" does not exist.
|
||||
server_url_empty: "Chef server URL must be populated."
|
||||
validation_key_path: "Validation key path must be valid path to your chef server validation key."
|
||||
server_url_empty: "Chef Server URL must be populated."
|
||||
validation_key_path: "Validation key path must be valid path to your Chef Server validation key."
|
||||
loader:
|
||||
bad_v1_key: |-
|
||||
Unknown configuration section '%{key}'. If this section was part of
|
||||
|
|
|
|||
Loading…
Reference in a new issue