diff --git a/interface/src/components/upload/DragNdrop.tsx b/interface/src/components/upload/DragNdrop.tsx index fdcc0cc9d..0305b9492 100644 --- a/interface/src/components/upload/DragNdrop.tsx +++ b/interface/src/components/upload/DragNdrop.tsx @@ -213,19 +213,8 @@ const DragNdrop = ({ text, onFileSelected }: DragNdropProps) => { {upgradeImportantMessageType === 2 && LL.UPGRADE_IMPORTANT_MESSAGES_2()} - {upgradeImportantMessageType === 1 && ( - <> - {LL.UPGRADE_IMPORTANT_MESSAGES_1()} - - - {LL.DOWNLOAD_SYSTEM_BACKUP()} - - - - )}{' '} + {upgradeImportantMessageType === 1 && + LL.UPGRADE_IMPORTANT_MESSAGES_1()}