Skip to content

Commit 4134281

Browse files
#RI-4899 - change survey text
1 parent 8f8972e commit 4134281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/bottom-group-components/components/bottom-group-minimized/BottomGroupMinimized.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const BottomGroupMinimized = () => {
136136
<>
137137
<EuiIcon type={SurveyIcon} className={styles.surveyIcon} />
138138
<EuiHideFor sizes={['xs', 's']}>
139-
<span>We need your opinion. Please take our survey.</span>
139+
<span>We value your input. Please take our survey.</span>
140140
</EuiHideFor>
141141
<EuiShowFor sizes={['xs', 's']}>
142142
<span>Survey</span>

0 commit comments

Comments
 (0)