Update wording on soft deletes
This commit is contained in:
@ -52,7 +52,7 @@ export const useHandleToggleTrashColumnFilter = ({
|
||||
operand: ViewFilterOperand.IsNotEmpty,
|
||||
displayValue: '',
|
||||
definition: {
|
||||
label: `Deleted ${objectNameSingular}`,
|
||||
label: `Deleted ${objectMetadataItem.namePlural}`,
|
||||
iconName: 'IconTrash',
|
||||
fieldMetadataId: trashFieldMetadata.id,
|
||||
type: filterType,
|
||||
|
||||
@ -166,7 +166,7 @@ export const RecordIndexOptionsDropdownContent = ({
|
||||
closeDropdown();
|
||||
}}
|
||||
LeftIcon={IconTrash}
|
||||
text={`Deleted ${objectNameSingular}`}
|
||||
text={`Deleted ${objectNamePlural}`}
|
||||
/>
|
||||
</DropdownMenuItemsContainer>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user