diff --git a/frontend/src/components/common/Resource/DeleteMultipleButton.tsx b/frontend/src/components/common/Resource/DeleteMultipleButton.tsx index 224de9b910..1226f233b4 100644 --- a/frontend/src/components/common/Resource/DeleteMultipleButton.tsx +++ b/frontend/src/components/common/Resource/DeleteMultipleButton.tsx @@ -28,7 +28,7 @@ function DeleteMultipleButtonDescription(props: DeleteMultipleButtonDescriptionP const { t } = useTranslation(['translation']); return (

- {t('Are you sure you want to delete following items?')} + {t('Are you sure you want to delete the following items?')}