1 parent 5134fce commit 531e135Copy full SHA for 531e135
1 file changed
src-tauri/src/commands/utils.rs
@@ -416,7 +416,7 @@ pub fn get_checked_task_status_of_instance(
416
.unwrap_or("")
417
.to_string();
418
let task_name_i18n = i18n
419
- .get(format!("task.{:?}.label", task_name))
+ .get(format!("task.{}.label", task_name))
420
.and_then(|v| v.as_str())
421
.map(|s| s.to_string())
422
.unwrap_or("".to_string());
0 commit comments