ocket8888 commented on code in PR #6703:
URL: https://github.com/apache/trafficcontrol/pull/6703#discussion_r846512333
##########
traffic_portal/app/src/common/modules/dialog/select/lock/dialog.select.lock.tpl.html:
##########
@@ -51,7 +51,7 @@ <h4 class="modal-title">Create CDN Lock</h4>
</label>
<input id="soft" name="lockType" type="radio"
ng-model="lock.soft" ng-value="true" required>
<label class="has-tooltip" for="hard">Hard<div
class="helptooltip">
- <div class="helptext">A <dfn>hard</dfn> lock will
prevent others from queueing server updates or snapshotting the locked CDN. It
will also block others from making changes that would change the state of the
locked CDN.
+ <div class="helptext">A <dfn>hard</dfn> lock will
prevent others from queueing server updates or snapshotting the locked CDN. It
will also block others from making changes(except clearing updates) that would
change the state of the locked CDN.
Review Comment:
There should be a space between `changes` and `(except`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]