misc bits of ui wording improvement
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(188, 16);
|
||||
this.label3.TabIndex = 38;
|
||||
this.label3.Text = "AyaNova 8 \"SuperUser\" login:";
|
||||
this.label3.Text = "AyaNova 8 \"superuser\" login:";
|
||||
//
|
||||
// Auth
|
||||
//
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace AyaNova.PlugIn.V8
|
||||
var res = await util.AuthenticateAsync(edUserName.Text, edPassword.Text);
|
||||
if (!res)
|
||||
{
|
||||
MessageBox.Show("AyaNova 8 SuperUser account login failed");
|
||||
MessageBox.Show("AyaNova 8 superuser account login failed");
|
||||
btnOk.Enabled = btnTest.Enabled = true;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -477,6 +477,7 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
//ERASE DB
|
||||
progress.Append("Erasing AyaNova 8 data");
|
||||
progress.SubOp("Erasing destination server database...");
|
||||
|
||||
var a = await util.PostAsync("license/permanently-erase-all-data", "\"I understand\"");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user