Update toast for checkout failure

Piotr Osiewicz created

Change summary

crates/collab_ui/src/branch_list.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/collab_ui/src/branch_list.rs 🔗

@@ -159,7 +159,7 @@ impl PickerDelegate for BranchListDelegate {
                 model.show_toast(
                     Toast::new(
                         GIT_CHECKOUT_FAILURE_ID,
-                        format!("Failed to check out branch `{current_pick}`, error: `{err}`"),
+                        format!("Failed to checkout branch '{current_pick}', check for conflicts or unstashed files"),
                     ),
                     ctx,
                 )