Skip to content

Commit e0b12ef

Browse files
Merge pull request #2098 from RedisInsight/fe/feature/RI-4500
#RI-4500 - update texts
2 parents f5773df + a4b3ba6 commit e0b12ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

redisinsight/ui/src/components/notifications/success-messages.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ export default {
163163
<>
164164
Action completed
165165
<br />
166-
<EuiText color="ghost">Data uploaded with file: {formatLongName(fileName, 24, 5)}</EuiText>
166+
<EuiText color="ghost">Commands executed from file:</EuiText>
167+
<EuiText color="ghost">{formatLongName(fileName, 34, 5)}</EuiText>
167168
</>
168169
),
169170
message: (

redisinsight/ui/src/pages/browser/components/bulk-actions/BulkUpload/BulkUpload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const BulkUpload = (props: Props) => {
131131
loading={loading}
132132
status={status}
133133
progress={progress}
134-
title="Upload with file"
134+
title="Commands executed from file"
135135
subTitle={(<div className="truncateText" style={{ paddingTop: 6 }}>{fileName}</div>)}
136136
>
137137
<BulkActionSummary

0 commit comments

Comments
 (0)