Skip to content

Commit a4b3ba6

Browse files
committed
#RI-4500 - update texts
1 parent ded43a6 commit a4b3ba6

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
@@ -139,7 +139,7 @@ const BulkUpload = (props: Props) => {
139139
loading={loading}
140140
status={status}
141141
progress={progress}
142-
title="Upload with file"
142+
title="Commands executed from file"
143143
subTitle={(<div className="truncateText" style={{ paddingTop: 6 }}>{fileName}</div>)}
144144
>
145145
<BulkActionSummary

0 commit comments

Comments
 (0)