mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-20 07:34:20 +01:00
Fixed typo, where "note" was written as "not" (#619)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user