fix(record): reopen latest closed по max(validTo) + revert i18n
This commit is contained in:
@@ -158,7 +158,7 @@ export const RecordHistoryDrawer = ({
|
||||
onClick={() => onRevert(rec.data, displayVersion)}
|
||||
leftIcon={<ArrowCounterClockwiseIcon weight="regular" size={14} />}
|
||||
>
|
||||
{t('history.revert', { defaultValue: `Откатить к v${displayVersion}` })}
|
||||
{t('history.revert', { v: displayVersion, defaultValue: `Откатить к v${displayVersion}` })}
|
||||
</Button>
|
||||
)}
|
||||
{isLatest && status === 'expired' && onReopen && (
|
||||
|
||||
Reference in New Issue
Block a user