From 667500e6cf87f2504ab6c7cbd13c9a7ac3f074e3 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sat, 13 Jul 2024 22:59:12 +0200 Subject: [PATCH] Typo --- .../app/src/main/java/com/robosats/NotificationsService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/src/main/java/com/robosats/NotificationsService.java b/mobile/android/app/src/main/java/com/robosats/NotificationsService.java index e23138e5..771d06f2 100644 --- a/mobile/android/app/src/main/java/com/robosats/NotificationsService.java +++ b/mobile/android/app/src/main/java/com/robosats/NotificationsService.java @@ -112,7 +112,7 @@ public class NotificationsService extends Service { private Notification buildServiceNotification() { NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID) .setContentTitle("Tor Notifications") - .setContentText("The app will run on the background to send you notifications about your orders.") + .setContentText("The app will run in the background to send notifications about your orders.") .setSmallIcon(R.mipmap.ic_icon) .setTicker("Robosats") .setPriority(NotificationCompat.PRIORITY_MIN)