mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Capitalize log section title.
This commit is contained in:
@@ -15,7 +15,7 @@ import org.thoughtcrime.securesms.dependencies.AppDependencies
|
|||||||
import org.thoughtcrime.securesms.keyvalue.SignalStore
|
import org.thoughtcrime.securesms.keyvalue.SignalStore
|
||||||
|
|
||||||
class LogSectionRemoteBackups : LogSection {
|
class LogSectionRemoteBackups : LogSection {
|
||||||
override fun getTitle(): String = "Remote Backups"
|
override fun getTitle(): String = "REMOTE BACKUPS"
|
||||||
|
|
||||||
override fun getContent(context: Context): CharSequence {
|
override fun getContent(context: Context): CharSequence {
|
||||||
val output = StringBuilder()
|
val output = StringBuilder()
|
||||||
|
|||||||
Reference in New Issue
Block a user