Skip to content

Commit c17d7ec

Browse files
committed
Fixes IMC summary header from misleading title
1 parent 0bfa761 commit c17d7ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/100-General/10-Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
2525
### Enhancements
2626

2727
* [#364](https://github.com/Icinga/icinga-powershell-framework/pull/364) Fixes a long lookup for the user table on environments with a large Active Directory
28+
* [#370](https://github.com/Icinga/icinga-powershell-framework/issues/370) Fixes misleading IMC summary header, implying installation will start immediately on continue
2829

2930
## 1.6.0 (2021-09-07)
3031

lib/core/installer/menu/installation/general/ConfigurationSummary.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function Show-IcingaForWindowsInstallerConfigurationSummary()
107107
$global:Icinga.InstallWizard.DisplayAdvanced = $TRUE;
108108

109109
Show-IcingaForWindowsInstallerMenu `
110-
-Header 'Please validate your configuration. Installation starts on continue:' `
110+
-Header 'Please validate your configuration. Installation or answer file/command export are available on next step:' `
111111
-Entries $Entries `
112112
-DefaultIndex 'c' `
113113
-ContinueFunction 'Show-IcingaForWindowsInstallerMenuFinishInstaller' `

0 commit comments

Comments
 (0)