mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-26 18:25:49 +00:00
android: minor text changes (#491)
* minor changes for readability * update notifications popup wording Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
@@ -405,11 +405,11 @@ open class ChatController(private val ctrl: ChatCtrl, private val ntfManager: Nt
|
||||
Column {
|
||||
Text(
|
||||
buildAnnotatedString {
|
||||
append("To preserve your privacy instead of push notifications the app has a ")
|
||||
append("To preserve your privacy, instead of push notifications the app has a ")
|
||||
withStyle(SpanStyle(fontWeight = FontWeight.Medium)) {
|
||||
append("SimpleX background service")
|
||||
}
|
||||
append(" – it uses only a few percents of battery a day.")
|
||||
append(" – it uses a few percent of the battery per day.")
|
||||
},
|
||||
Modifier.padding(bottom = 8.dp)
|
||||
)
|
||||
@@ -418,7 +418,7 @@ open class ChatController(private val ctrl: ChatCtrl, private val ntfManager: Nt
|
||||
withStyle(SpanStyle(fontWeight = FontWeight.Medium)) {
|
||||
append("It can be disabled via settings")
|
||||
}
|
||||
append(" – notification would still be shown while the app is running.")
|
||||
append(" – notifications will still be shown while the app is running.")
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user