chore: cluster locales

This commit is contained in:
jialin
2025-10-17 10:15:55 +08:00
parent 07243b206e
commit 37a3aa75cc
6 changed files with 16 additions and 9 deletions
@@ -95,7 +95,8 @@ const ProviderCatalog: React.FC<ProviderCatalogProps> = ({
}
icon={action.icon}
>
{action.description}
{action.description &&
intl.formatMessage({ id: action.description })}
</Card>
))}
</Wrapper>