Use multi rather than multiple for data type names

This commit is contained in:
Andrew Kingston 2024-05-15 10:09:00 +01:00
parent bf2b277134
commit 87ab4ad370
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ export const FIELDS = {
}, },
}, },
ATTACHMENTS: { ATTACHMENTS: {
name: "Multiple attachments", name: "Multi attachment",
type: FieldType.ATTACHMENTS, type: FieldType.ATTACHMENTS,
icon: TypeIconMap[FieldType.ATTACHMENTS], icon: TypeIconMap[FieldType.ATTACHMENTS],
constraints: { constraints: {
@ -166,7 +166,7 @@ export const FIELDS = {
], ],
}, },
USERS: { USERS: {
name: "Multiple users", name: "Multi user",
type: FieldType.BB_REFERENCE, type: FieldType.BB_REFERENCE,
subtype: BBReferenceFieldSubType.USER, subtype: BBReferenceFieldSubType.USER,
icon: TypeIconMap[FieldType.BB_REFERENCE][BBReferenceFieldSubType.USER], icon: TypeIconMap[FieldType.BB_REFERENCE][BBReferenceFieldSubType.USER],