Add i18n attributes
| @@ -1,9 +1,13 @@ | ||
| 1 | 1 | <div> |
| 2 | 2 | <h2> data-i18n="Creating a Connection Profile</h2"> |
| 3 | + Creating a Connection Profile | |
| 4 | + </h2> | |
| 3 | 5 | <ul class="justifyLeft"> |
| 4 | 6 | {{#each profile}} |
| 5 | 7 | <li><strong>{{@key}}:</strong> {{this}}</li> |
| 6 | 8 | {{/each}} |
| 7 | 9 | </ul> |
| 8 | 10 | <h3> data-i18n="Enter a name:</h3"> |
| 11 | + Enter a name: | |
| 12 | + </h3> | |
| 9 | 13 | </div> |