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