Skip to content

Commit cb814d9

Browse files
updated text
1 parent f49a47e commit cb814d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
#cliInput
110110
class="common-font-color"
111111
autocomplete="off"
112-
placeholder="{{!currentInstance ?'Please select a redis instance to enter redis command'
112+
placeholder="{{!currentInstance ?'Please select a redis connection to enter command.'
113113
: 'Enter Redis Command Here'}}" value=""
114114
(keydown)="onCliInputKeyDown($event)"
115115
[(ngModel)]="cliInputValue"

0 commit comments

Comments
 (0)