Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KerberosConfigMgrIIS/Kerberos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ private void button1_Click(object sender, EventArgs e)
string customHostName = "";
while (customHostName == "")
{
customHostName = Prompt.ShowDialog("Enter the hostname:", "Important!");
customHostName = Prompt.ShowDialog("Enter the hostname:", "Important! Enter the hostname.");
if (customHostName == "")
{
MessageBox.Show("No hostname is entered!", "Error!");
Expand Down