mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Typo
This commit is contained in:
parent
444ca995c0
commit
667500e6cf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user