Skip to content

Commit

Permalink
fix(i18n): add translate
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Aug 31, 2017
1 parent 434501a commit 28e86fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/component.resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
{
"template": "<p class=\"md-title\" md-colors=\"{color:'primary'}\">CELLULAR_FORM_LABEL_PRIMARY_SETTING</p>"
"template": "<p class=\"md-title\" md-colors=\"{color:'primary'}\">{{ 'CELLULAR_FORM_LABEL_PRIMARY_SETTING' | translate }}</p>"
},
{
"key": "protocol",
Expand Down Expand Up @@ -87,7 +87,7 @@
"hideExpression": "!model.pdpContext.static"
},
{
"template": "<p class=\"md-title\" md-colors=\"{color:'primary'}\">CELLULAR_FORM_LABEL_SECONDARY_SETTING</p>"
"template": "<p class=\"md-title\" md-colors=\"{color:'primary'}\">{{ 'CELLULAR_FORM_LABEL_SECONDARY_SETTING' | translate }}</p>"
},
{
"key": "protocol",
Expand Down

0 comments on commit 28e86fd

Please sign in to comment.