diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-10 20:19:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-10 20:19:01 -0700 |
commit | caf68c3c3a4467ea2f814640574a385d34d6828b (patch) | |
tree | b6174a8ce7d0b9532af8af3125256144eecf109a /omnibus/resources/chef | |
parent | a3fb91c2d7af72c0a2d1de40c81b2c14dabc0d2e (diff) | |
download | chef-caf68c3c3a4467ea2f814640574a385d34d6828b.tar.gz |
Update to Chef Infra Client in Add/Remove Programs & Event Loginfra_client
Make sure we're Chef Infra Client where the user sees it.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/resources/chef')
-rw-r--r-- | omnibus/resources/chef/msi/localization-en-us.wxl.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/omnibus/resources/chef/msi/localization-en-us.wxl.erb b/omnibus/resources/chef/msi/localization-en-us.wxl.erb index c5e8e5ddab..254a3722ab 100644 --- a/omnibus/resources/chef/msi/localization-en-us.wxl.erb +++ b/omnibus/resources/chef/msi/localization-en-us.wxl.erb @@ -34,9 +34,9 @@ <String Id="CustomizeDlgTextMsg">Select an option to change between the Chef's unattended execution options.</String> <String Id="CustomizeDlgTextTitle">Chef Unattended Execution Options</String> - <String Id="CustomizeDlgFirstRadioButtonText">Chef Client Scheduled Task</String> - <String Id="CustomizeDlgSecondRadioButtonText">Chef Client Service</String> + <String Id="CustomizeDlgFirstRadioButtonText">Chef Infra Client Scheduled Task</String> + <String Id="CustomizeDlgSecondRadioButtonText">Chef Infra Client Service</String> <String Id="CustomizeDlgThirdRadioButtonText">None</String> - <String Id="CustomizeDlgOptionsMsg">The installer can configure the Chef Client to run periodically as either a scheduled task or a service. Using a scheduled task is recommended. For more information, see https://docs.chef.io/windows.html.</String> + <String Id="CustomizeDlgOptionsMsg">The installer can configure the Chef Infra Client to run periodically as either a scheduled task or a service. Using a scheduled task is recommended. For more information, see https://docs.chef.io/windows.html.</String> </WixLocalization> |