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

Commit d041bb5

Browse files
committed
I-135417
Field label is saying ' Appirio Manager' instead of 'Appirio Project Manager'
1 parent 3924136 commit d041bb5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/web/WEB-INF/editCockpitProject.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
</div>
217217

218218
<div class="projectMetaAreaField">
219-
<h4 class="projectMetaLabel pmIcon">Appirio Manager :</h4>
219+
<h4 class="projectMetaLabel pmIcon">Appirio Project Manager :</h4>
220220

221221
<div class="memberList appirioManagerList">
222222
<ul>

src/web/WEB-INF/includes/popups.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2574,7 +2574,7 @@
25742574
<div class="modalHeader">
25752575
<div class="modalHeaderRight">
25762576
<div class="modalHeaderCenter">
2577-
<span>Manage Appirio Manager</span>
2577+
<span>Manage Appirio Project Manager</span>
25782578
<a href="javascript:;" class="closeModal" title="Close">Close</a>
25792579
</div>
25802580
</div>

src/web/WEB-INF/project-overview.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,14 +476,14 @@
476476
</ul>
477477
</div>
478478

479-
<div class="projectManagers" data-intro="Appirio Manager are TopCoder resources that are responsible for your relationship with TopCoder." data-step="12" data-position="left">
480-
<h3>TopCoder Appirio Managers :</h3>
479+
<div class="projectManagers" data-intro="Appirio Project Manager are TopCoder resources that are responsible for your relationship with TopCoder." data-step="12" data-position="left">
480+
<h3>TopCoder Appirio Project Managers :</h3>
481481

482482
<s:if test="viewData.projectGeneralInfo.appirioManager == null">
483483
<c:if test="${hasWritePermission}">
484484
<a class="projectEditLink"
485485
href="<s:url action='editProject'><s:param name='formData.projectId'>${viewData.projectGeneralInfo.project.projectId}</s:param></s:url>">Add
486-
TopCoder Appirio Manager</a>
486+
TopCoder Appirio Project Manager</a>
487487
</c:if>
488488
</s:if>
489489
<s:else>

src/web/scripts/editCockpitProject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ $(document).ready(function (e) {
12451245

12461246
if(modal.find('.addUserForm .addUserLeft ul li.selected').length > 1
12471247
&& modal.attr('id') == 'appirioManagersModal') {
1248-
showErrors("A project can only have 1 Appirio Manager");
1248+
showErrors("A project can only have 1 Appirio Project Manager");
12491249
return;
12501250
}
12511251

0 commit comments

Comments
 (0)