Better sentence 2

This commit is contained in:
koalasat 2024-07-14 18:58:33 +02:00
parent be748d8981
commit f16bfef7c5
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -116,7 +116,7 @@ public class NotificationsService extends Service {
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID)
.setContentTitle("Tor Notifications")
.setContentText("Running in the background to check every 5 minutes for notifications.")
.setContentText("Running in the background every 5 minutes to check for notifications.")
.setSmallIcon(R.mipmap.ic_icon)
.setTicker("Robosats")
.setPriority(NotificationCompat.PRIORITY_MIN)