|
@@ -59,7 +59,7 @@ const ChooseTool: FC<Props> = ({
|
|
|
provider_type: collection.type,
|
|
|
provider_name: collection.name,
|
|
|
tool_name: tool.name,
|
|
|
- tool_label: tool.label[locale],
|
|
|
+ tool_label: tool.label[locale] || tool.label[locale.replaceAll('-', '_')],
|
|
|
tool_parameters: parameters,
|
|
|
enabled: true,
|
|
|
})
|