File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
redisinsight/ui/src/pages/home/components
AddInstanceForm/InstanceForm/form-components
CloudConnection/CloudConnectionForm Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,13 @@ const DatabaseForm = (props: Props) => {
194
194
195
195
{ connectionType !== ConnectionType . Sentinel && instanceType !== InstanceType . Sentinel && (
196
196
< EuiFlexItem className = { flexItemClassName } >
197
- < EuiFormRow label = "Timeout" >
197
+ < EuiFormRow label = "Timeout (s) " >
198
198
< EuiFieldNumber
199
199
name = "timeout"
200
200
id = "timeout"
201
201
data-testid = "timeout"
202
202
style = { { width : '100%' } }
203
- placeholder = "Enter Timeout"
203
+ placeholder = "Enter Timeout (in seconds) "
204
204
value = { formik . values . timeout ?? '' }
205
205
maxLength = { 7 }
206
206
onChange = { ( e : ChangeEvent < HTMLInputElement > ) => {
Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ const Message = () => (
62
62
>
63
63
documentation.
64
64
</ 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 ` }
67
66
< EuiLink
68
67
color = "text"
69
68
className = { styles . link }
You can’t perform that action at this time.
0 commit comments