]> granicus.if.org Git - icinga2/commitdiff
Windows: client -> agent inside the setup routine
authorMichael Friedrich <michael.friedrich@icinga.com>
Sat, 20 Jul 2019 11:31:12 +0000 (13:31 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Sat, 20 Jul 2019 11:31:12 +0000 (13:31 +0200)
Requires updates screenshots later on.

agent/windows-setup-agent/SetupWizard.Designer.cs
agent/windows-setup-agent/SetupWizard.cs

index e32c55ebafc409d1e1ea46def5d709c43f142dc4..090e34d37eadbe09c147abac003bdc608289ed53 100644 (file)
                        this.lblSetupCompleted.Name = "lblSetupCompleted";
                        this.lblSetupCompleted.Size = new System.Drawing.Size(259, 13);
                        this.lblSetupCompleted.TabIndex = 0;
-                       this.lblSetupCompleted.Text = "The Icinga 2 Windows client was set up successfully.";
+                       this.lblSetupCompleted.Text = "The Icinga Windows agent was set up successfully.";
                        // 
                        // tabConfigure
                        // 
                        this.introduction1.Name = "introduction1";
                        this.introduction1.Size = new System.Drawing.Size(269, 13);
                        this.introduction1.TabIndex = 6;
-                       this.introduction1.Text = "Welcome to the Icinga 2 Windows Client Setup Wizard!";
+                       this.introduction1.Text = "Welcome to the Icinga Windows Agent Setup Wizard!";
                        // 
                        // groupBox3
                        // 
                        this.groupBox1.Size = new System.Drawing.Size(601, 110);
                        this.groupBox1.TabIndex = 1;
                        this.groupBox1.TabStop = false;
-                       this.groupBox1.Text = "Parent master/satellite instance(s) for this client";
+                       this.groupBox1.Text = "Parent master/satellite instance(s) for this agent";
                        // 
                        // btnEditEndpoint
                        // 
index 018b2ababd02e3050d748a43ddf3cc341f2716b6..b28fd53c85160d016ba1c9b3b367398c0f7a6bd7 100644 (file)
@@ -290,7 +290,7 @@ namespace Icinga
                        SetConfigureStatus(100, "Finished.");
 
                        // Override the completed text
-                       lblSetupCompleted.Text = "The Icinga 2 Windows client was set up successfully.";
+                       lblSetupCompleted.Text = "The Icinga Windows agent was set up successfully.";
 
                        // Add a note for the user for ticket-less signing
                        if (ticket.Length == 0) {