Replace "Remove Folder from Project" label with "Remove from Project`
This commit is contained in:
parent
4bb5a2f19e
commit
137a3996a1
2 changed files with 5 additions and 5 deletions
|
@ -249,8 +249,8 @@ impl ProjectPanel {
|
|||
));
|
||||
if is_root {
|
||||
menu_entries.push(ContextMenuItem::item(
|
||||
"Remove Folder from Project",
|
||||
workspace::RemoveFolderFromProject(worktree_id),
|
||||
"Remove from Project",
|
||||
workspace::RemoveWorktreeFromProject(worktree_id),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue