Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 8eb5a3d

Browse files
authored
Merge pull request #193 from appirio-tech/task-name-change
Task name change
2 parents 0875e03 + 0fad16c commit 8eb5a3d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/web/WEB-INF/includes/contest/editTab.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</tr>
125125
<tr></tr>
126126
<tr class="privateProjectRow hide">
127-
<td class="first_tab_type" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Private Challenge</strong></td>
127+
<td class="first_tab_type" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Task</strong></td>
128128
<td class="sec_tab_type"><strong>: <span id="rPrivateProject"></span></strong></td>
129129
</tr>
130130
<tr></tr>
@@ -284,7 +284,7 @@
284284
</div>
285285
<br /><br />
286286
<div id="privateProjectEditDiv" class="hide">
287-
<span class="name fixWidthName" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Private Challenge</strong></span>
287+
<span class="name fixWidthName" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Task</strong></span>
288288
<input type="checkbox" name="privateProject" id="privateProject"/>
289289
</div>
290290
<br />

src/web/WEB-INF/includes/contest/editTabMarathon.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224

225225
<br /><br />
226226
<div id="privateProjectEditDiv">
227-
<span class="name fixWidthName"><strong>Private Challenge</strong></span>
227+
<span class="name fixWidthName"><strong>Task</strong></span>
228228
<input type="checkbox" name="privateProject" id="privateProject"/>
229229
</div>
230230
<br />

src/web/WEB-INF/includes/contest/editTabSoftware.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<tr></tr>
147147

148148
<tr class="privateProjectRow hide">
149-
<td class="first_tab_type" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Private Challenge</strong></td>
149+
<td class="first_tab_type" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Task</strong></td>
150150
<td class="sec_tab_type"><strong>: <span id="rPrivateProject"></span></strong></td>
151151
</tr>
152152
<tr></tr>
@@ -313,7 +313,7 @@
313313
</div>
314314
<br />
315315
<div id="privateProjectEditDiv" class="hide">
316-
<span class="name fixWidthName" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Private Challenge</strong></span>
316+
<span class="name fixWidthName" title="Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed."><strong>Task</strong></span>
317317
<input type="checkbox" name="privateProject" id="privateProject"/>
318318
</div>
319319
<br />

src/web/WEB-INF/includes/launch/contestSelection.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
</div>
187187

188188
<div class="row privateProjectRow hide">
189-
<label>Private Challenge</label>
189+
<label>Task</label>
190190
<input type="checkbox" name="privateProject" title="Is this challenge private?">
191191
</div>
192192

0 commit comments

Comments
 (0)