We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a984c4d commit 000a632Copy full SHA for 000a632
redisinsight/ui/src/components/import-databases-dialog/ImportDatabasesDialog.tsx
@@ -95,7 +95,7 @@ const ImportDatabasesDialog = ({ onClose }: Props) => {
95
/>
96
{isInvalid && (
97
<EuiTextColor color="danger" className={styles.errorFileMsg} data-testid="input-file-error-msg">
98
- File should not exceed {MAX_MB_FILE} mb
+ File should not exceed {MAX_MB_FILE} MB
99
</EuiTextColor>
100
)}
101
</>
0 commit comments