mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
Change display names
This commit is contained in:
parent
55b99a815b
commit
c6b2beadf2
|
@ -8,7 +8,7 @@ import type {
|
|||
export class MistralCloudApi implements ICredentialType {
|
||||
name = 'mistralCloudApi';
|
||||
|
||||
displayName = 'Mistral Cloud API';
|
||||
displayName = 'Mistral API';
|
||||
|
||||
documentationUrl = 'mistral';
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ import { getConnectionHintNoticeField } from '../../../utils/sharedFields';
|
|||
|
||||
export class EmbeddingsMistralCloud implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Embeddings Mistral Cloud',
|
||||
displayName: 'Embeddings Mistral',
|
||||
name: 'embeddingsMistralCloud',
|
||||
icon: 'file:mistral.svg',
|
||||
credentials: [
|
||||
|
@ -24,9 +24,9 @@ export class EmbeddingsMistralCloud implements INodeType {
|
|||
],
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Use Embeddings Mistral Cloud',
|
||||
description: 'Use Embeddings Mistral',
|
||||
defaults: {
|
||||
name: 'Embeddings Mistral Cloud',
|
||||
name: 'Embeddings Mistral',
|
||||
},
|
||||
|
||||
codex: {
|
||||
|
|
Loading…
Reference in a new issue