Commit b951314b966e48553dc3f605720dde89fd3d6be3
Committed by
GitHub
Merge pull request #470 from thingsboard/feature/TB-74
Feature/tb 74
Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -386,7 +386,7 @@ |
386 | 386 | <div ng-messages="theForm['opcAttributeType_' + serverIndex + mapIndex + attributeIndex].$error"> |
387 | 387 | <div translate |
388 | 388 | ng-message="required" |
389 | - >extension.required-type</div> | |
389 | + >extension.field-required</div> | |
390 | 390 | </div> |
391 | 391 | </md-input-container> |
392 | 392 | </section> |
... | ... | @@ -418,7 +418,7 @@ |
418 | 418 | aria-label="{{ 'action.add' | translate }}" |
419 | 419 | > |
420 | 420 | <md-icon class="material-icons">add</md-icon> |
421 | - <span translate>add-attribute</span> | |
421 | + <span translate>extension.add-attribute</span> | |
422 | 422 | </md-button> |
423 | 423 | </div> |
424 | 424 | </v-pane-content> |
... | ... | @@ -486,7 +486,7 @@ |
486 | 486 | <label translate>extension.value</label> |
487 | 487 | <input required name="opcTimeseriesValue_{{serverIndex}}{{mapIndex}}{{timeseriesIndex}}" ng-model="timeseries.value"> |
488 | 488 | <div ng-messages="theForm['opcTimeseriesValue_' + serverIndex + mapIndex + timeseriesIndex].$error"> |
489 | - <div translate ng-message="required">extension.required-value</div> | |
489 | + <div translate ng-message="required">extension.field-required</div> | |
490 | 490 | </div> |
491 | 491 | </md-input-container> |
492 | 492 | </section> | ... | ... |