Fixed typo, where "note" was written as "not" (#619)

This commit is contained in:
Florian7843 2021-05-12 22:55:31 +02:00 committed by GitHub
parent ea11f3b1fd
commit 726103d138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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) {