Rename riot-keys.txt to element-keys.txt.

This commit is contained in:
Doug
2022-07-11 17:22:32 +01:00
committed by Doug
parent e8f1e373a7
commit ea68d8c181
3 changed files with 3 additions and 2 deletions
@@ -21,7 +21,7 @@ final class EncryptionKeysExportPresenter: NSObject {
// MARK: - Constants
private enum Constants {
static let keyExportFileName = "riot-keys.txt"
static let keyExportFileName = "element-keys.txt"
}
// MARK: - Properties