Standardized CENTCOM spelling

This commit is contained in:
CitadelStationBot
2017-08-08 09:05:44 -05:00
parent 41f42aabca
commit cdbaf5c4e8
77 changed files with 246 additions and 208 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
<ui-section label='Credits'>
<span>{{Math.floor(adata.points)}}</span>
</ui-section>
<ui-section label='Centcom Message'>
<ui-section label='CentCom Message'>
<span>{{data.message}}</span>
</ui-section>
{{#if data.loan && !data.requestonly}}
@@ -29,7 +29,7 @@
state='{{data.away && data.docked ? null : "disabled"}}'
action='loan'>Loan Shuttle</ui-button>
{{else}}
<span class='bad'>Loaned to Centcom</span>
<span class='bad'>Loaned to CentCom</span>
{{/if}}
</ui-section>
{{/if}}
+1 -1
View File
@@ -180,7 +180,7 @@
</tr>
{{#if data.centcom_access}}
<tr>
<th style="color: '#A52A2A';">Centcom</th>
<th style="color: '#A52A2A';">CentCom</th>
<td>
{{#each data.centcom_jobs}}
<ui-button action='PRG_assign' params='{"assign_target" : "{{job}}"}' state='{{data.id_rank == job ? "selected" : null}}'>{{display_name}}</ui-button>