Skip to content

Commit a4b2b3f

Browse files
committed
fix issue #303
1 parent a547a40 commit a4b2b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
class="common-font-color"
111111
autocomplete="off"
112112
placeholder="{{!currentInstance ?'Please select a redis instance to enter redis command'
113-
: 'Enter Redis command'}}" value=""
113+
: 'Enter Redis Command Here'}}" value=""
114114
(keydown)="onCliInputKeyDown($event)"
115115
[(ngModel)]="cliInputValue"
116116
(focus)="onCliInputFocus()"

0 commit comments

Comments
 (0)