Skip to content

Commit 000a632

Browse files
committed
#RI-3852 - update text
1 parent a984c4d commit 000a632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/import-databases-dialog/ImportDatabasesDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const ImportDatabasesDialog = ({ onClose }: Props) => {
9595
/>
9696
{isInvalid && (
9797
<EuiTextColor color="danger" className={styles.errorFileMsg} data-testid="input-file-error-msg">
98-
File should not exceed {MAX_MB_FILE} mb
98+
File should not exceed {MAX_MB_FILE} MB
9999
</EuiTextColor>
100100
)}
101101
</>

0 commit comments

Comments
 (0)