From eef51ba3ebf83bb22eada15ff49569f7f8eefe27 Mon Sep 17 00:00:00 2001 From: Mohammer5 Date: Tue, 19 Mar 2024 13:13:35 +0800 Subject: [PATCH] refactor(delete action): change confirm label to "Confirm deletion" --- src/components/sectionList/listActions/DeleteAction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sectionList/listActions/DeleteAction.tsx b/src/components/sectionList/listActions/DeleteAction.tsx index d3af827b..66bfd217 100644 --- a/src/components/sectionList/listActions/DeleteAction.tsx +++ b/src/components/sectionList/listActions/DeleteAction.tsx @@ -160,7 +160,7 @@ function ConfirmationDialog({ {deleteModelMutation.isError ? i18n.t('Try again') - : i18n.t('Yes')} + : i18n.t('Confirm deletion')}