Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 5cb8803

Browse files
gbraadanjannath
authored andcommitted
Allow stored pull-secret to be changed
1 parent c92f667 commit 5cb8803

File tree

3 files changed

+198
-182
lines changed

3 files changed

+198
-182
lines changed

Diff for: CRCTray.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ async private void StartMenu_Click(object sender, EventArgs e)
248248
var pullSecretContent = pullSecretForm.PullSecret;
249249
if (pullSecretContent == String.Empty)
250250
{
251-
TrayIcon.NotifyWarn(@"No Pull Secret was provided, Cannot start cluster without pull secret.");
251+
TrayIcon.NotifyWarn(@"No Pull Secret was provided. Cannot start cluster without pull secret.");
252252
return;
253253
}
254254

0 commit comments

Comments
 (0)