Browse Source

fix spelling

pull/5/head
Ionite 1 year ago
parent
commit
bdc553ba92
No known key found for this signature in database
  1. 2
      StabilityMatrix/ViewModels/SettingsViewModel.cs

2
StabilityMatrix/ViewModels/SettingsViewModel.cs

@ -229,7 +229,7 @@ public partial class SettingsViewModel : ObservableObject
IsVersionFlyoutOpen = false;
// Enable debug options
IsDebugPanelEnabled = true;
const string msg = "Warning: Improper use may corrupt application state or cause lost of data.";
const string msg = "Warning: Improper use may corrupt application state or cause loss of data.";
var dialog = snackbarService.ShowSnackbarAsync(msg, "Debug options enabled",
LogLevel.Information);
await dialog;

Loading…
Cancel
Save