Skip to content

Commit

Permalink
Update wording on soft deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Aug 29, 2024
1 parent 8982a58 commit 4070305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const RecordIndexOptionsDropdownContent = ({
closeDropdown();
}}
LeftIcon={IconTrash}
text={`Deleted ${objectNameSingular}`}
text={`Deleted ${objectNamePlural}`}
/>
</DropdownMenuItemsContainer>
)}
Expand Down

0 comments on commit 4070305

Please sign in to comment.