Capitalize log section title.
This commit is contained in:
parent
e3636422d4
commit
b5fe5d2dd5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import org.thoughtcrime.securesms.dependencies.AppDependencies
|
|||
import org.thoughtcrime.securesms.keyvalue.SignalStore
|
||||
|
||||
class LogSectionRemoteBackups : LogSection {
|
||||
override fun getTitle(): String = "Remote Backups"
|
||||
override fun getTitle(): String = "REMOTE BACKUPS"
|
||||
|
||||
override fun getContent(context: Context): CharSequence {
|
||||
val output = StringBuilder()
|
||||
|
|
Loading…
Add table
Reference in a new issue