Skip to content

Commit e00bf5e

Browse files
authored
Merge pull request #1 from RallyTechServices/master
Fixed spelling of 'because'.
2 parents 1b0f45b + ca2ce4f commit e00bf5e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

bulk-user-update-app/deploy/App.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.AssignPermissions', {
138138
});
139139
} else {
140140
if (ineligibleUsers){
141-
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated becuase they were either disabled, Subscription Administrators or Workspace Administrators";
141+
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated because they were either disabled, Subscription Administrators or Workspace Administrators";
142142
}
143143

144144
if (unsuccessfulRecords.length > 0){
@@ -259,7 +259,7 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.RemovePermissions', {
259259
});
260260
} else {
261261
if (ineligibleUsers){
262-
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated becuase they were either disabled, Subscription Administrators or Workspace Administrators";
262+
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated because they were either disabled, Subscription Administrators or Workspace Administrators";
263263
}
264264

265265
if (unsuccessfulRecords.length > 0){
@@ -379,7 +379,7 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.TeamMembership', {
379379
});
380380
} else {
381381
if (ineligibleUsers){
382-
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated becuase they were either disabled, Subscription Administrators or Workspace Administrators";
382+
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated because they were either disabled, Subscription Administrators or Workspace Administrators";
383383
}
384384

385385
if (unsuccessfulRecords.length > 0){
@@ -3488,4 +3488,4 @@ Ext.define("bulk-user-update-app", {
34883488

34893489
</head>
34903490
<body></body>
3491-
</html>
3491+
</html>

bulk-user-update-app/src/javascript/utils/BulkMenuAssignPermissions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.AssignPermissions', {
120120
});
121121
} else {
122122
if (ineligibleUsers){
123-
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated becuase they were either disabled, Subscription Administrators or Workspace Administrators";
123+
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated because they were either disabled, Subscription Administrators or Workspace Administrators";
124124
}
125125

126126
if (unsuccessfulRecords.length > 0){
@@ -140,4 +140,4 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.AssignPermissions', {
140140
Ext.callback(this.onActionComplete, null, [successfulRecords, unsuccessfulRecords]);
141141
}
142142
}
143-
});
143+
});

bulk-user-update-app/src/javascript/utils/BulkMenuRemovePermissions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.RemovePermissions', {
9898
});
9999
} else {
100100
if (ineligibleUsers){
101-
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated becuase they were either disabled, Subscription Administrators or Workspace Administrators";
101+
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated because they were either disabled, Subscription Administrators or Workspace Administrators";
102102
}
103103

104104
if (unsuccessfulRecords.length > 0){
@@ -118,4 +118,4 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.RemovePermissions', {
118118
Ext.callback(this.onActionComplete, null, [successfulRecords, unsuccessfulRecords]);
119119
}
120120
}
121-
});
121+
});

bulk-user-update-app/src/javascript/utils/BulkMenuTeamMembership.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.TeamMembership', {
9797
});
9898
} else {
9999
if (ineligibleUsers){
100-
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated becuase they were either disabled, Subscription Administrators or Workspace Administrators";
100+
message = message + ".<br/><br/>" + ineligibleUsers + " user(s) were not updated because they were either disabled, Subscription Administrators or Workspace Administrators";
101101
}
102102

103103
if (unsuccessfulRecords.length > 0){
@@ -117,4 +117,4 @@ Ext.define('CA.technicalservices.userutilities.bulkmenu.TeamMembership', {
117117
Ext.callback(this.onActionComplete, null, [successfulRecords, unsuccessfulRecords]);
118118
}
119119
}
120-
});
120+
});

0 commit comments

Comments
 (0)