Fix spelling errors
This commit is contained in:
parent
dcda1a0cc2
commit
40890f242a
2 changed files with 4 additions and 4 deletions
|
|
@ -76,9 +76,9 @@ namespace LibationAvalonia.ViewModels
|
||||||
{
|
{
|
||||||
ProcessBookResult.Success => "Finished",
|
ProcessBookResult.Success => "Finished",
|
||||||
ProcessBookResult.Cancelled => "Cancelled",
|
ProcessBookResult.Cancelled => "Cancelled",
|
||||||
ProcessBookResult.ValidationFail => "Validion fail",
|
ProcessBookResult.ValidationFail => "Validation fail",
|
||||||
ProcessBookResult.FailedRetry => "Error, will retry later",
|
ProcessBookResult.FailedRetry => "Error, will retry later",
|
||||||
ProcessBookResult.FailedSkip => "Error, Skippping",
|
ProcessBookResult.FailedSkip => "Error, Skipping",
|
||||||
ProcessBookResult.FailedAbort => "Error, Abort",
|
ProcessBookResult.FailedAbort => "Error, Abort",
|
||||||
ProcessBookResult.LicenseDenied => "License Denied",
|
ProcessBookResult.LicenseDenied => "License Denied",
|
||||||
ProcessBookResult.LicenseDeniedPossibleOutage => "Possible Service Interruption",
|
ProcessBookResult.LicenseDeniedPossibleOutage => "Possible Service Interruption",
|
||||||
|
|
|
||||||
|
|
@ -65,9 +65,9 @@ namespace LibationWinForms.ProcessQueue
|
||||||
ProcessBookResult.Success => ("Finished", ProcessBookStatus.Completed),
|
ProcessBookResult.Success => ("Finished", ProcessBookStatus.Completed),
|
||||||
ProcessBookResult.Cancelled => ("Cancelled", ProcessBookStatus.Cancelled),
|
ProcessBookResult.Cancelled => ("Cancelled", ProcessBookStatus.Cancelled),
|
||||||
ProcessBookResult.FailedRetry => ("Error, will retry later", ProcessBookStatus.Failed),
|
ProcessBookResult.FailedRetry => ("Error, will retry later", ProcessBookStatus.Failed),
|
||||||
ProcessBookResult.FailedSkip => ("Error, Skippping", ProcessBookStatus.Failed),
|
ProcessBookResult.FailedSkip => ("Error, Skipping", ProcessBookStatus.Failed),
|
||||||
ProcessBookResult.FailedAbort => ("Error, Abort", ProcessBookStatus.Failed),
|
ProcessBookResult.FailedAbort => ("Error, Abort", ProcessBookStatus.Failed),
|
||||||
ProcessBookResult.ValidationFail => ("Validion fail", ProcessBookStatus.Failed),
|
ProcessBookResult.ValidationFail => ("Validation fail", ProcessBookStatus.Failed),
|
||||||
ProcessBookResult.LicenseDenied => ("License Denied", ProcessBookStatus.Failed),
|
ProcessBookResult.LicenseDenied => ("License Denied", ProcessBookStatus.Failed),
|
||||||
ProcessBookResult.LicenseDeniedPossibleOutage => ("Possible Service Interruption", ProcessBookStatus.Failed),
|
ProcessBookResult.LicenseDeniedPossibleOutage => ("Possible Service Interruption", ProcessBookStatus.Failed),
|
||||||
_ => ("UNKNOWN", ProcessBookStatus.Failed),
|
_ => ("UNKNOWN", ProcessBookStatus.Failed),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue