Add dynamic i18n to profile views

6d9c64f38e55ea4f4aa6a77880942eef3124dfa5

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

2 files changed, +2 -2Showing whitespace changes
public/scripts/extensions/connection-manager/profile.html+1 -1
@@ -4,7 +4,7 @@
44 </h2>
55 <ul class="justifyLeft">
66 {{#each profile}}
77 <li><strong data-i18n="{{@key}}">{{@key}}:</strong>&nbsp;{{this}}</li>
88 {{/each}}
99 </ul>
1010 <h3 data-i18n="Enter a name:">
public/scripts/extensions/connection-manager/view.html+1 -1
@@ -1,5 +1,5 @@
11<ul>
22 {{#each profile}}
33 <li><strong data-i18n="{{@key}}">{{@key}}:</strong>&nbsp;{{this}}</li>
44 {{/each}}
55</ul>