1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 07:01:33 +02:00

Fix misspelling in exception notification.

This commit is contained in:
Chris Perelstein 2016-02-01 22:05:49 -05:00
parent cc64bcf03c
commit 60c7e9f6f6

View File

@ -62,7 +62,7 @@ public class K9Receiver extends BroadcastReceiver {
e.printStackTrace();
notificationSpec.sender = "Gadgetbridge";
notificationSpec.subject = "Permission Error?";
notificationSpec.body = "Please reinstall Gadgerbridge to enable K-9 Mail notifications";
notificationSpec.body = "Please reinstall Gadgetbridge to enable K-9 Mail notifications";
}
try {