visuddhinanda 2 лет назад
Родитель
Сommit
bd2f3600e4
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      dashboard/src/components/template/SentEdit/SuggestionToolbar.tsx

+ 2 - 1
dashboard/src/components/template/SentEdit/SuggestionToolbar.tsx

@@ -72,8 +72,9 @@ const SuggestionToolbarWidget = ({
                 onDelete();
                 onDelete();
               }
               }
             }}
             }}
+            okType="danger"
             okText={intl.formatMessage({
             okText={intl.formatMessage({
-              id: `buttons.yes`,
+              id: `buttons.delete`,
             })}
             })}
             cancelText={intl.formatMessage({
             cancelText={intl.formatMessage({
               id: `buttons.no`,
               id: `buttons.no`,