Skip to content

Commit 0d684aa

Browse files
DIS-51: refactor: Add Translation Tags
Add translation tags to table names
1 parent 72948b4 commit 0d684aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

code/web/interface/themes/responsive/MyAccount/myCampaigns.tpl

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{translate text="There are no available campaigns at the moment" isPublicFacing=true}
66
</div>
77
{else}
8-
<h2>Your Campaigns</h2>
8+
<h2>{translate text="Your Campaigns" isPublicFacing=true}</h2>
99
<table id="yourCampaignsTable" class="table table-striped">
1010
<thead>
1111
<tr>
@@ -88,7 +88,7 @@
8888
{/foreach}
8989
</tbody>
9090
</table>
91-
<h2>Active Campaigns</h2>
91+
<h2>{translate text="Active Campaigns" isPublicFacing}</h2>
9292
<table id="activeCampaignsTable" class="table table-striped">
9393
<thead>
9494
<tr>
@@ -180,7 +180,7 @@
180180
{/foreach}
181181
</tbody>
182182
</table>
183-
<h2>Upcoming Campaigns</h2>
183+
<h2>{translate text="Upcoming Campaigns" isPublicFacing=true}</h2>
184184
<table id ="upcomingCampaignsTable" class="table table-striped">
185185
<thead>
186186
<tr>
@@ -250,7 +250,7 @@
250250
{/if}
251251
{/foreach}
252252
</table>
253-
<h2>Past Campaigns</h2>
253+
<h2>{translate text="Past Campaigns" isPublicFacing=true}</h2>
254254
<table id="pastCampaignsTable" class="table table-striped">
255255
<thead>
256256
<tr>
@@ -304,7 +304,7 @@
304304
{/foreach}
305305
</tbody>
306306
</table>
307-
<h2>Your Past Campaigns</h2>
307+
<h2>{translate text="Your Past Campaigns" isPublicFacing=true}</h2>
308308
<table class="table table-striped">
309309
<thead>
310310
<tr>

0 commit comments

Comments
 (0)