Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(translations): fix incorrect translations
Browse files Browse the repository at this point in the history
  • Loading branch information
wowshakhov committed Aug 23, 2017
1 parent 986de5e commit 74f1004
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<md-tab-group md-selected="0">
<md-tab>
<ng-template md-tab-label>
<div [mdTooltip]="'TEMPLATE' | translate" class="md-tab-tooltip">
<div [mdTooltip]="'TEMPLATE_PAGE.SIDEBAR.TEMPLATE' | translate" class="md-tab-tooltip">
<div class="disc-icon-container">
<div class="disc-icon"></div>
</div>
Expand Down Expand Up @@ -105,7 +105,7 @@ <h2 class="md-card-title-text">{{ "TEMPLATE_PAGE.TEMPLATE_DETAILS.DETAILS" | tra

<md-tab>
<ng-template md-tab-label>
<div [mdTooltip]="'ZONES' | translate" class="md-tab-tooltip">
<div [mdTooltip]="'TEMPLATE_PAGE.SIDEBAR.ZONES' | translate" class="md-tab-tooltip">
<md-icon>public</md-icon>
</div>
</ng-template>
Expand Down Expand Up @@ -133,7 +133,7 @@ <h2 class="md-card-title-text">{{ zone.zoneName }}</h2>

<md-tab>
<ng-template md-tab-label>
<div [mdTooltip]="'TEMPLATE_TAGS_VIEW' | translate" class="md-tab-tooltip">
<div [mdTooltip]="'TEMPLATE_PAGE.SIDEBAR.TAGS' | translate" class="md-tab-tooltip">
<md-icon>local_offer</md-icon>
</div>
</ng-template>
Expand Down

0 comments on commit 74f1004

Please sign in to comment.