]> WPIA git - gigi.git/commitdiff
fix: message to user on single-certificate-revoke
authorFelix Dörre <felix@dogcraft.de>
Thu, 25 Aug 2016 23:08:49 +0000 (01:08 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 25 Aug 2016 23:09:49 +0000 (01:09 +0200)
Change-Id: I0e49c575e7e421922ed3120572480ad263506893

src/org/cacert/gigi/dbObjects/SupportedUser.java

index 6f013b1ab5e7da33dfd56a19a829db7e4833fe55..18bfbee21fe345dbce3c3be8c640bbec0d05e72a 100644 (file)
@@ -73,7 +73,7 @@ public class SupportedUser {
             cert.revoke().waitFor(60000);
             // send notification to support
             String subject = "Revoke certificate";
             cert.revoke().waitFor(60000);
             // send notification to support
             String subject = "Revoke certificate";
-            Outputable message = SprintfCommand.createSimple("Certificate with serial number {0} for {1} <{2}>, has been revoked.", cert.getSerial(), target.getPreferredName().toString(), target.getEmail());
+            Outputable message = SprintfCommand.createSimple("Certificate with serial number {0} for {1} <{2}> has been revoked.", cert.getSerial(), target.getPreferredName().toString(), target.getEmail());
             sendSupportNotification(subject, message);
             // send notification to user
             subject = "Revoke certificate";
             sendSupportNotification(subject, message);
             // send notification to user
             subject = "Revoke certificate";