feat: confirm transfer project/org modals (#5532)

* feat: implement confirm transfer project/org modals

* pnpm prepr

* update warning banner copy

* update warning banner again
This commit is contained in:
Truman Gao
2026-03-13 11:56:32 -07:00
committed by GitHub
parent fc382e957b
commit b2d40af9cd
5 changed files with 316 additions and 5 deletions

View File

@@ -904,7 +904,7 @@ pub async fn transfer_ownership(
&& project_item.inner.organization_id.is_some()
{
return Err(ApiError::InvalidInput(
"You cannot transfer ownership of a project team that is owend by an organization"
"You cannot transfer ownership of a project team that is owned by an organization"
.to_string(),
));
}