Skip to content

Commit

Permalink
Fix OCP version translation string (#2746)
Browse files Browse the repository at this point in the history
Co-authored-by: Montse Ortega <[email protected]>
  • Loading branch information
jgyselov and ammont82 authored Jan 14, 2025
1 parent 39d4283 commit e5b1204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const OpenshiftVersionDropdown = ({ osImages }: { osImages: OsImage[] }) => {
<Tooltip
content={t(
'ai:No OpenShift images available for selected CPU architecture {{cpuArchitecture}}.',
architectureData[cpuArchitecture as SupportedCpuArchitecture].label,
{ cpuArchitecture: architectureData[cpuArchitecture as SupportedCpuArchitecture].label },
)}
hidden={!!filteredImages.length}
>
Expand Down

0 comments on commit e5b1204

Please sign in to comment.