Add field description+label translations (#9899)
Add translations for field descriptions
This commit is contained in:
@ -56,8 +56,8 @@ export class SearchService {
|
||||
isSystem: true,
|
||||
type: FieldMetadataType.TS_VECTOR,
|
||||
name: SEARCH_VECTOR_FIELD.name,
|
||||
label: SEARCH_VECTOR_FIELD.label,
|
||||
description: SEARCH_VECTOR_FIELD.description,
|
||||
label: SEARCH_VECTOR_FIELD.label.message ?? '',
|
||||
description: SEARCH_VECTOR_FIELD.description.message ?? '',
|
||||
isNullable: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user