Skip to content

Commit

Permalink
fix: rename untracked projects [INS-4365]
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Sep 2, 2024
1 parent 6d58358 commit 80fdb53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ export const ImportExport: FC<Props> = ({ hideSettingsModal }) => {
</div>}
{hasUntrackedProjects && <div className='rounded-md border border-solid border-[--hl-md] p-4 flex flex-col gap-2'>
<div className='flex flex-col gap-1'>
<Heading className='text-lg font-bold flex items-center gap-2'><Icon icon="cancel" /> Untracked projects ({untrackedProjects.length})</Heading>
<Heading className='text-lg font-bold flex items-center gap-2'><Icon icon="cancel" /> Orphaned projects ({untrackedProjects.length})</Heading>
<p className='text-[--hl] text-sm'>
<Icon icon="info-circle" /> These projects are not associated with any organization in your account. You can move them to an organization below.
<Icon icon="info-circle" /> These projects are not associated to your current logged-in account. You can move them to an organization below.
</p>
</div>
<div className='flex flex-col gap-1 overflow-y-auto divide-y divide-solid divide-[--hl-md]'>
Expand Down

0 comments on commit 80fdb53

Please sign in to comment.