mirror of
https://github.com/openziti/desktop-edge-win.git
synced 2026-09-25 04:12:02 +00:00
fix enabled->enable typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user