mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-16 12:26:47 +01:00
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…
x
Reference in New Issue
Block a user