]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/User.java
Merge changes I82859d98,I3da54fbf
[gigi.git] / src / org / cacert / gigi / dbObjects / User.java
index 61f347a4e90b380e70802d9871641da1ead0161f..cf43f80f3182a4377a1578b3f11ac370375f8e53 100644 (file)
@@ -136,7 +136,7 @@ public class User extends CertificateOwner {
     public void setDoB(DayDate dob) throws GigiApiException {
         synchronized (Notary.class) {
             if (getReceivedAssurances().length != 0) {
     public void setDoB(DayDate dob) throws GigiApiException {
         synchronized (Notary.class) {
             if (getReceivedAssurances().length != 0) {
-                throw new GigiApiException("No change after assurance allowed.");
+                throw new GigiApiException("No change after verification allowed.");
             }
 
             if ( !CalendarUtil.isOfAge(dob, User.MINIMUM_AGE)) {
             }
 
             if ( !CalendarUtil.isOfAge(dob, User.MINIMUM_AGE)) {