Commit 0d684aa 1 parent 72948b4 commit 0d684aa Copy full SHA for 0d684aa
File tree 1 file changed +5
-5
lines changed
code/web/interface/themes/responsive/MyAccount
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
{ translate text= " There are no available campaigns at the moment" isPublicFacing= true }
6
6
</div >
7
7
{ else }
8
- <h2 >Your Campaigns</h2 >
8
+ <h2 >{ translate text= " Your Campaigns" isPublicFacing= true } </h2 >
9
9
<table id =" yourCampaignsTable" class =" table table-striped" >
10
10
<thead >
11
11
<tr >
88
88
{ /foreach }
89
89
</tbody >
90
90
</table >
91
- <h2 >Active Campaigns</h2 >
91
+ <h2 >{ translate text= " Active Campaigns" isPublicFacing } </h2 >
92
92
<table id =" activeCampaignsTable" class =" table table-striped" >
93
93
<thead >
94
94
<tr >
180
180
{ /foreach }
181
181
</tbody >
182
182
</table >
183
- <h2 >Upcoming Campaigns</h2 >
183
+ <h2 >{ translate text= " Upcoming Campaigns" isPublicFacing= true } </h2 >
184
184
<table id =" upcomingCampaignsTable" class =" table table-striped" >
185
185
<thead >
186
186
<tr >
250
250
{ /if }
251
251
{ /foreach }
252
252
</table >
253
- <h2 >Past Campaigns</h2 >
253
+ <h2 >{ translate text= " Past Campaigns" isPublicFacing= true } </h2 >
254
254
<table id =" pastCampaignsTable" class =" table table-striped" >
255
255
<thead >
256
256
<tr >
304
304
{ /foreach }
305
305
</tbody >
306
306
</table >
307
- <h2 >Your Past Campaigns</h2 >
307
+ <h2 >{ translate text= " Your Past Campaigns" isPublicFacing= true } </h2 >
308
308
<table class =" table table-striped" >
309
309
<thead >
310
310
<tr >
You can’t perform that action at this time.
0 commit comments