Update FrmCertificate.Designer.cs

typo
This commit is contained in:
gigajew 2023-02-18 19:25:51 -06:00 committed by MaxXor
parent a7003e8d28
commit 912d75a558
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(493, 15);
this.lblDescription.TabIndex = 0;
this.lblDescription.Text = "To use Quasar create a new certificate or import an exisiting one from a previous" +
this.lblDescription.Text = "To use Quasar create a new certificate or import an existing one from a previous" +
" installation.";
//
// txtDetails
@ -156,4 +156,4 @@
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnExit;
}
}
}