Skip to content

Commit 49f514b

Browse files
authored
Merge pull request topcoderinc#416 from kinfkong/issue-303
fix issue topcoderinc#303
2 parents 505ecf8 + a4b2b3f commit 49f514b

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)