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