Skip to content

Commit

Permalink
fix(Fiscal Year List): Fix fiscal Yeal translation Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Jul 17, 2017
1 parent 38c8e63 commit 582da03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/modules/fiscal/fiscal.list.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4 style="margin-top : 0px;">
{{fiscal.label}}
</a>
</strong>
<span ng-show="fiscal.locked" style="color : #ABABAB;">[<span translate> FORM.INFO.CLOSED" | translate }}]</span>
<span ng-show="fiscal.locked" style="color : #ABABAB;">[<span translate> FORM.INFO.CLOSED </span>]</span>

<span ng-if="fiscal.id === FiscalCtrl.previousFiscalYearId" class="label label-warning" translate>
FORM.INFO.PREVIOUS
Expand Down Expand Up @@ -40,7 +40,7 @@ <h4 style="margin-top : 0px;">
</div>

<div class="row text-lowercase">
<i class="fa fa-clock-o"></i> <span translate> FORM.INFO.CREATED </span> <span am-time-ago="fiscal.created_at"></span>
<i class="fa fa-clock-o"></i> {{ "FORM.INFO.CREATED" | translate }} <span am-time-ago="fiscal.created_at"></span>
<span translate> FORM.INFO.BY </span>
<a href="">
<i class="fa fa-user"></i> {{ fiscal.display_name }}
Expand Down

0 comments on commit 582da03

Please sign in to comment.