Unify error message wording

This commit is contained in:
Bartłomiej Dach 2023-05-06 19:38:05 +02:00
parent 3afe198d1d
commit a56a5d563c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public override void ExportToStream(TModel model, Stream outputStream, ProgressN
if (fileMissing)
{
Logger.Log("Some of model files are missing, they will not be included in the archive", LoggingTarget.Database, LogLevel.Error);
Logger.Log("Some files are missing in local storage and will not be included in the export", LoggingTarget.Database, LogLevel.Error);
}
}
}