mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Fixed typo, where "note" was written as "not" (#619)
This commit is contained in:
parent
ea11f3b1fd
commit
726103d138
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class SendCommand implements DbusCommand {
|
||||||
}
|
}
|
||||||
if (!noRecipients && isNoteToSelf) {
|
if (!noRecipients && isNoteToSelf) {
|
||||||
throw new UserErrorException(
|
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) {
|
if (isEndSession) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue