diff --git a/library/ui-strings/src/main/res/values/strings.xml b/library/ui-strings/src/main/res/values/strings.xml
index da4602e426..8325b19b93 100644
--- a/library/ui-strings/src/main/res/values/strings.xml
+++ b/library/ui-strings/src/main/res/values/strings.xml
@@ -2798,10 +2798,14 @@
You cannot access this message because the sender purposely did not send the keys
Waiting for encryption history
- Riot is now Element!
- We’re excited to announce we’ve changed name! Your app is up to date and you’re signed in to your account.
- GOT IT
- LEARN MORE
+
+ Riot is now Element!
+
+ We’re excited to announce we’ve changed name! Your app is up to date and you’re signed in to your account.
+
+ GOT IT
+
+ LEARN MORE
Save recovery key in
diff --git a/vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt b/vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt
index 09b60fc7b8..051b709b09 100644
--- a/vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt
+++ b/vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt
@@ -21,6 +21,5 @@ object VectorSettingsUrls {
const val COPYRIGHT = "https://element.io/copyright"
const val ACCEPTABLE_USE_POLICY = "https://element.io/acceptable-use-policy-terms"
const val PRIVACY_POLICY = "https://element.io/privacy"
- const val DISCLAIMER_URL = "https://element.io/previously-riot"
const val THIRD_PARTY_LICENSES = "file:///android_asset/open_source_licenses.html"
}