Browse Source

fix translations

pull/470/head
oleg 9 years ago
parent
commit
19f4e443dd
  1. 4
      ui/src/app/extension/extensions-forms/extension-form-opc.tpl.html

4
ui/src/app/extension/extensions-forms/extension-form-opc.tpl.html

@ -386,7 +386,7 @@
<div ng-messages="theForm['opcAttributeType_' + serverIndex + mapIndex + attributeIndex].$error"> <div ng-messages="theForm['opcAttributeType_' + serverIndex + mapIndex + attributeIndex].$error">
<div translate <div translate
ng-message="required" ng-message="required"
>extension.required-type</div> >extension.field-required</div>
</div> </div>
</md-input-container> </md-input-container>
</section> </section>
@ -418,7 +418,7 @@
aria-label="{{ 'action.add' | translate }}" aria-label="{{ 'action.add' | translate }}"
> >
<md-icon class="material-icons">add</md-icon> <md-icon class="material-icons">add</md-icon>
<span translate>add-attribute</span> <span translate>extension.add-attribute</span>
</md-button> </md-button>
</div> </div>
</v-pane-content> </v-pane-content>

Loading…
Cancel
Save