Fix grammar

This commit is contained in:
Venny 2020-07-19 22:56:15 +02:00
parent 9e0ba087f3
commit 6429c006f4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class ForegroundServiceContext extends ContextWrapper {
return new Notification.Builder(context, channel.getId())
.setOngoing(true)
.setContentTitle("Running in background")
.setContentText("This notification ensures, that microG does not get killed.")
.setContentText("This notification ensures that microG does not get killed.")
.setSmallIcon(R.drawable.ic_foreground_notification)
.setColor(0xFFFFFF)
.build();