File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/app/[orgId]/settings/api-keys Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export default function OrgApiKeysTable({
101
101
setIsDeleteModalOpen ( true ) ;
102
102
} }
103
103
>
104
- < span className = "text-red-500" > Delete </ span >
104
+ < span className = "text-red-500" > { t ( 'delete' ) } </ span >
105
105
</ DropdownMenuItem >
106
106
</ DropdownMenuContent >
107
107
</ DropdownMenu >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
55
55
56
56
return (
57
57
< >
58
- < SettingsSectionTitle title = { ` ${ apiKey ?. name } Settings` } />
58
+ < SettingsSectionTitle title = { t ( 'apiKeysSettings' , { apiKeyName : apiKey ?. name } ) } />
59
59
60
60
< ApiKeyProvider apiKey = { apiKey } >
61
61
< HorizontalTabs items = { navItems } > { children } </ HorizontalTabs >
You can’t perform that action at this time.
0 commit comments