Skip to content

Commit 9398b77

Browse files
committed
OCP-DEMO Fix label 'Since', it should be used only until now
1 parent 233939a commit 9398b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/message-board/message-board-web/src/app/time/time.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row">
33
<div class="col-lg-3">
44
<div class="form-group">
5-
<label>Since</label>
5+
<label>From</label>
66
<div class="input-group">
77
<input class="form-control" placeholder="yyyy-mm-dd"
88
name="dp1" [(ngModel)]="startDate" ngbDatepicker #d1="ngbDatepicker">

0 commit comments

Comments
 (0)