Rename SecureBackupConfig to LearnMoreConfig

This commit is contained in:
Benoit Marty
2024-10-07 22:29:04 +02:00
parent 6ab99c3070
commit 8de134af3b
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"
}