Skip to content

Commit

Permalink
i18n: update
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock committed Feb 14, 2024
1 parent e288130 commit d643b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ impl Handler {

installed_deps.push(id);
tasklist.try_borrow_mut().unwrap().push(DownloadInfo {
name: format!("依赖项·{}", dep),
name: dep.clone(),
url,
dest,
status: DownloadStatus::Waiting,
Expand Down

0 comments on commit d643b62

Please sign in to comment.