Fix progress names

This commit is contained in:
Mubelotix 2025-07-01 14:39:24 +02:00
parent 259fc067d3
commit d439a3cb9d
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942

View file

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