in termsOfService-server/src/main/java/jetbrains/buildServer/termsOfService/TermsOfServiceManagerImpl.java [396:400]
public String getNewVersionNote() {
return StringUtil.notNullize(params.get("new-version-note"),
"We've updated the " + getShortName() + " agreement. " +
"Review the terms and click \"I agree\" when you're ready to continue using TeamCity.");
}