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! {
pub enum Export {
EnsuringCorrectnessOfTheTarget,
ExporingTheSettings,
ExporingTheDocuments,
ExportingTheSettings,
ExportingTheDocuments,
}
}