Add i18n attributes

d7011e8a113b82b1bfa6d229c7a657707418c0e4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +6 -2Ignore whitespace
public/scripts/extensions/connection-manager/profile.html+6 -2
@@ -1,9 +1,13 @@
11<div>
22 <h2> data-i18n="Creating a Connection Profile</h2">
3+ Creating a Connection Profile
4+ </h2>
35 <ul class="justifyLeft">
46 {{#each profile}}
57 <li><strong>{{@key}}:</strong>&nbsp;{{this}}</li>
68 {{/each}}
79 </ul>
810 <h3> data-i18n="Enter a name:</h3">
11+ Enter a name:
12+ </h3>
913</div>