fix enabled->enable typo

This commit is contained in:
dovholuknf
2024-07-08 07:33:31 -04:00
parent e2c6dbccda
commit 6daaddee9c
@@ -161,7 +161,7 @@ namespace ZitiDesktopEdge {
} else {
AuthMessageLabel.Visibility = Visibility.Visible;
NoAuthServices.Visibility = Visibility.Visible;
NoAuthServices.Text = "You must enabled MFA to access services";
NoAuthServices.Text = "You must enable MFA to access services";
ServiceCount.Visibility = Visibility.Collapsed;
}
}