misc bits of ui wording improvement

This commit is contained in:
2022-08-19 22:27:04 +00:00
parent 5422c4c43d
commit 318fd4d6b2
4 changed files with 4 additions and 2 deletions

View File

@@ -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;
}