diff options
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> |