]> nmode's Git Repositories - signal-cli/commitdiff
Fixed typo, where "note" was written as "not" (#619)
authorFlorian7843 <31537961+Florian7843@users.noreply.github.com>
Wed, 12 May 2021 20:55:31 +0000 (22:55 +0200)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 20:55:31 +0000 (22:55 +0200)
src/main/java/org/asamk/signal/commands/SendCommand.java

index 71de11308c307da938c7850990f6f3b6a14ad8fd..3c4ccb77fe6994367a9c5ca7b251894f7759b9c4 100644 (file)
@@ -58,7 +58,7 @@ public class SendCommand implements DbusCommand {
         }
         if (!noRecipients && isNoteToSelf) {
             throw new UserErrorException(
-                    "You cannot specify recipients by phone number and not to self at the same time");
+                    "You cannot specify recipients by phone number and note to self at the same time");
         }
 
         if (isEndSession) {