You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1638,7 +1638,7 @@ export default class SharedOpsUtil extends SharedUtil
1638
1638
}
1639
1639
elseif(this.isTeamOp(outerName))
1640
1640
{
1641
-
convertText=" to a op of the same team.";
1641
+
convertText=" to an op of the same team.";
1642
1642
if(this.isTeamOp(innerName)&&this.getNamespace(innerName)!==this.getNamespace(outerName))return"Team ops cannot contain ops of other teams."+opText+convertText;
1643
1643
if(this.isUserOp(innerName))return"Team ops cannot contain user ops."+opText+convertText;
0 commit comments