fixed typo

This commit is contained in:
Daniel Schick 2024-09-01 10:42:10 +02:00
parent 7967b4336d
commit b5db6cdb33

View File

@ -1498,7 +1498,7 @@ namespace ENI2.DetailViewControls
{
if (MessageBox.Show(Properties.Resources.textConfimDeleteAllEntries, Properties.Resources.textConfirmation, MessageBoxButton.YesNo, MessageBoxImage.Question, MessageBoxResult.No) == MessageBoxResult.Yes)
{
foreach (CREWD crewd in this._crewMessage.Elements.Cast<CREWD>())
foreach (CREWD crewd in this._crewdMessage.Elements.Cast<CREWD>())
{
await DBManagerAsync.DeleteAsync(crewd);
}