Fix progress names

This commit is contained in:
Mubelotix
2025-07-01 14:39:24 +02:00
parent 259fc067d3
commit d439a3cb9d

View File

@ -178,8 +178,8 @@ make_enum_progress! {
make_enum_progress! {
pub enum Export {
EnsuringCorrectnessOfTheTarget,
ExporingTheSettings,
ExporingTheDocuments,
ExportingTheSettings,
ExportingTheDocuments,
}
}