Translate missing translations

This commit is contained in:
Owen 2025-07-14 14:45:46 -07:00
parent 4b8cc7c4d3
commit 753027ffc7
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 5 additions and 3 deletions

View file

@ -1211,5 +1211,7 @@
"domainPickerShowMore": "Show More",
"domainNotFound": "Domain Not Found",
"domainNotFoundDescription": "This resource is disabled because the domain no longer exists our system. Please set a new domain for this resource.",
"failed": "Failed"
"failed": "Failed",
"createNewOrgDescription": "Create a new organization",
"organization": "Organization"
}

View file

@ -105,7 +105,7 @@ export function OrgSelector({ orgId, orgs, isCollapsed = false }: OrgSelectorPro
</div>
<div className="flex flex-col">
<span className="font-medium">{t('setupNewOrg')}</span>
<span className="text-xs text-muted-foreground">Create a new organization</span>
<span className="text-xs text-muted-foreground">{t('createNewOrgDescription')}</span>
</div>
</CommandItem>
</CommandList>
@ -129,7 +129,7 @@ export function OrgSelector({ orgId, orgs, isCollapsed = false }: OrgSelectorPro
</div>
<div className="flex flex-col flex-1">
<span className="font-medium">{org.name}</span>
<span className="text-xs text-muted-foreground">Organization</span>
<span className="text-xs text-muted-foreground">{t('organization')}</span>
</div>
<Check
className={cn(