Fixed typo, where "note" was written as "not"

This commit is contained in:
florian7843 2021-05-12 21:38:20 +02:00
parent ea11f3b1fd
commit 5fb2266f2d

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