Rename SecureBackupConfig to LearnMoreConfig

This commit is contained in:
Benoit Marty 2024-10-07 22:29:04 +02:00
parent 9a85e92025
commit 2d08c648e2
2 changed files with 4 additions and 4 deletions

View file

@ -7,6 +7,6 @@
package io.element.android.appconfig
object SecureBackupConfig {
const val LEARN_MORE_URL: String = "https://element.io/help#encryption5"
object LearnMoreConfig {
const val SECURE_BACKUP_URL: String = "https://element.io/help#encryption5"
}