Skip to content

Commit 3e0e5f5

Browse files
authored
Merge pull request #1745 from RedisInsight/fe/feature/RI-4178-4189_update_text_content
#RI-4178-4189 - update text content
2 parents bd801f9 + c6c13e6 commit 3e0e5f5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

redisinsight/ui/src/pages/home/components/AddInstanceForm/InstanceForm/form-components/DatabaseForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,13 @@ const DatabaseForm = (props: Props) => {
194194

195195
{connectionType !== ConnectionType.Sentinel && instanceType !== InstanceType.Sentinel && (
196196
<EuiFlexItem className={flexItemClassName}>
197-
<EuiFormRow label="Timeout">
197+
<EuiFormRow label="Timeout (s)">
198198
<EuiFieldNumber
199199
name="timeout"
200200
id="timeout"
201201
data-testid="timeout"
202202
style={{ width: '100%' }}
203-
placeholder="Enter Timeout"
203+
placeholder="Enter Timeout (in seconds)"
204204
value={formik.values.timeout ?? ''}
205205
maxLength={7}
206206
onChange={(e: ChangeEvent<HTMLInputElement>) => {

redisinsight/ui/src/pages/home/components/CloudConnection/CloudConnectionForm/CloudConnectionForm.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ const Message = () => (
6262
>
6363
documentation.
6464
</EuiLink>
65-
{` If you want to add databases that belong to ${RESOURCES.Fixed} or ${RESOURCES.Annual}
66-
subscription, please follow `}
65+
{` If you want to add databases that belong to a ${RESOURCES.Fixed} subscription, please follow `}
6766
<EuiLink
6867
color="text"
6968
className={styles.link}

0 commit comments

Comments
 (0)