Fix translation

This commit is contained in:
mauriziovitale84
2016-10-14 15:27:58 +01:00
parent a8896a11ef
commit 71094181ce
3 changed files with 13 additions and 8 deletions

View File

@@ -43,7 +43,7 @@
[required]="true" [showDefaultOption]="false"></dropdown-widget>
</div>
<div *ngSwitchDefault>
<span>UNKNOWN WIDGET TYPE: {{field.type}}</span>
<span>{{'ANALYTICS.MESSAGES.UNKNOWN-WIDGET-TYPE' | translate}}: {{field.type}}</span>
</div>
</div>
</div>