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 translate
ng-message="required"
>extension.required-type</div>
>extension.field-required</div>
</div>
</md-input-container>
</section>
@ -418,7 +418,7 @@
aria-label="{{ 'action.add' | translate }}"
>
<md-icon class="material-icons">add</md-icon>
<span translate>add-attribute</span>
<span translate>extension.add-attribute</span>
</md-button>
</div>
</v-pane-content>

Loading…
Cancel
Save