public String getNewUserNote()

in termsOfService-server/src/main/java/jetbrains/buildServer/termsOfService/TermsOfServiceManagerImpl.java [388:392]


        public String getNewUserNote() {
            return StringUtil.notNullize(params.get("new-user-note"),
                    "You have to accept the " + getShortName() + " agreement before you can continue to use TeamCity. " +
                    "Review the terms and click \"I agree\" when you're ready to proceed.");
        }