unused resources

This commit is contained in:
valere 2023-05-08 00:08:57 +02:00
parent 622aa88f86
commit 257ca26a8e
2 changed files with 8 additions and 5 deletions

View file

@ -2798,10 +2798,14 @@
<string name="crypto_error_withheld_generic">You cannot access this message because the sender purposely did not send the keys</string>
<string name="notice_crypto_unable_to_decrypt_merged">Waiting for encryption history</string>
<string name="disclaimer_title">Riot is now Element!</string>
<string name="disclaimer_content">Were excited to announce weve changed name! Your app is up to date and youre signed in to your account.</string>
<string name="disclaimer_negative_button">GOT IT</string>
<string name="disclaimer_positive_button">LEARN MORE</string>
<!-- TODO TO BE REMOVED -->
<string tools:ignore="UnusedResources" name="disclaimer_title">Riot is now Element!</string>
<!-- TODO TO BE REMOVED -->
<string tools:ignore="UnusedResources" name="disclaimer_content">Were excited to announce weve changed name! Your app is up to date and youre signed in to your account.</string>
<!-- TODO TO BE REMOVED -->
<string tools:ignore="UnusedResources" name="disclaimer_negative_button">GOT IT</string>
<!-- TODO TO BE REMOVED -->
<string tools:ignore="UnusedResources" name="disclaimer_positive_button">LEARN MORE</string>
<string name="save_recovery_key_chooser_hint">Save recovery key in</string>

View file

@ -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"
}