unused resources
This commit is contained in:
parent
622aa88f86
commit
257ca26a8e
|
@ -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="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="notice_crypto_unable_to_decrypt_merged">Waiting for encryption history</string>
|
||||||
|
|
||||||
<string name="disclaimer_title">Riot is now Element!</string>
|
<!-- TODO TO BE REMOVED -->
|
||||||
<string name="disclaimer_content">We’re excited to announce we’ve changed name! Your app is up to date and you’re signed in to your account.</string>
|
<string tools:ignore="UnusedResources" name="disclaimer_title">Riot is now Element!</string>
|
||||||
<string name="disclaimer_negative_button">GOT IT</string>
|
<!-- TODO TO BE REMOVED -->
|
||||||
<string name="disclaimer_positive_button">LEARN MORE</string>
|
<string tools:ignore="UnusedResources" name="disclaimer_content">We’re excited to announce we’ve changed name! Your app is up to date and you’re 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>
|
<string name="save_recovery_key_chooser_hint">Save recovery key in</string>
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,5 @@ object VectorSettingsUrls {
|
||||||
const val COPYRIGHT = "https://element.io/copyright"
|
const val COPYRIGHT = "https://element.io/copyright"
|
||||||
const val ACCEPTABLE_USE_POLICY = "https://element.io/acceptable-use-policy-terms"
|
const val ACCEPTABLE_USE_POLICY = "https://element.io/acceptable-use-policy-terms"
|
||||||
const val PRIVACY_POLICY = "https://element.io/privacy"
|
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"
|
const val THIRD_PARTY_LICENSES = "file:///android_asset/open_source_licenses.html"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue