Merge pull request #220 from chrisperelstein/spelling-fix
Fix misspelling in exception notification.
This commit is contained in:
commit
703cbd1745
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue