Skip to content

Commit b6046df

Browse files
RI-3011,3009 - remove trash icon, update text (#733)
* RI-3011,3009, 3010 - remove trash icon, update text
1 parent 8a6f39e commit b6046df

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

redisinsight/ui/src/pages/browser/components/stream-details/messages-view/MessageAckPopover/MessageAckPopover.tsx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,15 @@ const AckPopover = (props: Props) => {
3838
>
3939
<div className={styles.popover}>
4040
<EuiText size="m">
41-
<EuiText size="s">
42-
Are you sure to acknowledge
43-
{' '}
44-
<b>{id}</b>
45-
?
46-
</EuiText>
47-
This will remove entry from pending list.
41+
<b>{id}</b>
42+
<br />
43+
will be acknowledged and removed from the pending messages list
4844
</EuiText>
4945
<div className={styles.popoverFooter}>
5046
<EuiButton
5147
fill
5248
size="s"
5349
color="warning"
54-
iconType="trash"
5550
onClick={() => acknowledge(id)}
5651
data-testid="acknowledge-submit"
5752
>

redisinsight/ui/src/pages/browser/components/stream-details/messages-view/MessagesView/MessagesView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import styles from './styles.module.scss'
1515
const headerHeight = 60
1616
const rowHeight = 54
1717

18-
const noItemsMessageString = 'There are no Messages in the Consumer Group.'
18+
const noItemsMessageString = 'Your Consumer has no pending messages.'
1919

2020
export interface Props {
2121
data: PendingEntryDto[]

0 commit comments

Comments
 (0)