Replace "Remove Folder from Project" label with "Remove from Project`

This commit is contained in:
Antonio Scandurra 2022-06-20 10:53:26 +02:00
parent 4bb5a2f19e
commit 137a3996a1
2 changed files with 5 additions and 5 deletions

View file

@ -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),
));
}
}