misc bits of ui wording improvement
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user