Skip to content

Commit 58081fe

Browse files
authored
Merge pull request #2556 from RedisInsight/fe/feature/RI-4899_change_survey_text
#RI-4899 - change survey text
2 parents 8f8972e + 4134281 commit 58081fe

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)