diff --git a/ordinis-admin-ui/src/components/workflow/SchemaDraftDrawer.tsx b/ordinis-admin-ui/src/components/workflow/SchemaDraftDrawer.tsx index ad88987..1a3d533 100644 --- a/ordinis-admin-ui/src/components/workflow/SchemaDraftDrawer.tsx +++ b/ordinis-admin-ui/src/components/workflow/SchemaDraftDrawer.tsx @@ -519,7 +519,7 @@ function DraftActions({ size="sm" onClick={onWithdraw} disabled={disabled} - className="ml-auto text-danger hover:text-danger" + className="text-danger hover:text-danger" leftIcon={} > {t('workflow.schemaDraft.actions.withdraw', { defaultValue: 'Отозвать' })} diff --git a/ordinis-admin-ui/src/i18n.ts b/ordinis-admin-ui/src/i18n.ts index ae03752..3a358f9 100644 --- a/ordinis-admin-ui/src/i18n.ts +++ b/ordinis-admin-ui/src/i18n.ts @@ -537,7 +537,7 @@ i18n 'workflow.schemaDraft.comment.notePlaceholder': 'На что обратить внимание ревьюеру', 'workflow.schemaDraft.actions.submit': 'Отправить на ревью', 'workflow.schemaDraft.actions.resubmit': 'Доработать и отправить', - 'workflow.schemaDraft.actions.approve': 'Approve', + 'workflow.schemaDraft.actions.approve': 'Одобрить', 'workflow.schemaDraft.actions.requestChanges': 'Запросить правки', 'workflow.schemaDraft.actions.reject': 'Отклонить', 'workflow.schemaDraft.actions.publish': 'Опубликовать',