From 675483fd43f4b6770895babeb043409bc65caa56 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sun, 22 Jul 2018 10:31:08 +0200 Subject: [PATCH 1/1] fmt: adjust correct wording Change-Id: I33408bfa2367feb95b9f8f75d34fc74c94a9fc98 --- src/club/wpia/gigi/dbObjects/EmailAddress.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/club/wpia/gigi/dbObjects/EmailAddress.java b/src/club/wpia/gigi/dbObjects/EmailAddress.java index 7d4c984e..f8629d94 100644 --- a/src/club/wpia/gigi/dbObjects/EmailAddress.java +++ b/src/club/wpia/gigi/dbObjects/EmailAddress.java @@ -111,7 +111,7 @@ public class EmailAddress implements IdCachable, Verifyable { stmt.setInt(2, owner.getId()); stmt.setString(3, hash); if ( !stmt.executeMaybeUpdate()) { - throw new IllegalArgumentException("Given token could not be found to complete the verification process (Domain Ping)."); + throw new IllegalArgumentException("Given token could not be found to complete the verification process (Email Ping)."); } } // Verify user with that primary email -- 2.39.2