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,7 +386,7 @@ | ||
386 | <div ng-messages="theForm['opcAttributeType_' + serverIndex + mapIndex + attributeIndex].$error"> | 386 | <div ng-messages="theForm['opcAttributeType_' + serverIndex + mapIndex + attributeIndex].$error"> |
387 | <div translate | 387 | <div translate |
388 | ng-message="required" | 388 | ng-message="required" |
389 | - >extension.required-type</div> | 389 | + >extension.field-required</div> |
390 | </div> | 390 | </div> |
391 | </md-input-container> | 391 | </md-input-container> |
392 | </section> | 392 | </section> |
@@ -418,7 +418,7 @@ | @@ -418,7 +418,7 @@ | ||
418 | aria-label="{{ 'action.add' | translate }}" | 418 | aria-label="{{ 'action.add' | translate }}" |
419 | > | 419 | > |
420 | <md-icon class="material-icons">add</md-icon> | 420 | <md-icon class="material-icons">add</md-icon> |
421 | - <span translate>add-attribute</span> | 421 | + <span translate>extension.add-attribute</span> |
422 | </md-button> | 422 | </md-button> |
423 | </div> | 423 | </div> |
424 | </v-pane-content> | 424 | </v-pane-content> |
@@ -486,7 +486,7 @@ | @@ -486,7 +486,7 @@ | ||
486 | <label translate>extension.value</label> | 486 | <label translate>extension.value</label> |
487 | <input required name="opcTimeseriesValue_{{serverIndex}}{{mapIndex}}{{timeseriesIndex}}" ng-model="timeseries.value"> | 487 | <input required name="opcTimeseriesValue_{{serverIndex}}{{mapIndex}}{{timeseriesIndex}}" ng-model="timeseries.value"> |
488 | <div ng-messages="theForm['opcTimeseriesValue_' + serverIndex + mapIndex + timeseriesIndex].$error"> | 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 | </div> | 490 | </div> |
491 | </md-input-container> | 491 | </md-input-container> |
492 | </section> | 492 | </section> |