mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +03:00
update copy
This commit is contained in:
parent
83db9b34d4
commit
cac246aa15
2 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,7 @@ class HomeDetailFragment @Inject constructor(
|
|||
VerificationVectorAlert(
|
||||
uid = uid,
|
||||
title = getString(R.string.new_session),
|
||||
description = getString(R.string.new_session_review_with_info, newest.displayName ?: "", newest.deviceId ?: ""),
|
||||
description = getString(R.string.verify_this_session, newest.displayName ?: newest.deviceId ?: ""),
|
||||
iconId = R.drawable.ic_shield_warning
|
||||
).apply {
|
||||
matrixItem = user
|
||||
|
|
|
@ -2354,6 +2354,8 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming
|
|||
<string name="encrypted_unverified">Encrypted by an unverified device</string>
|
||||
<string name="review_logins">Review where you’re logged in</string>
|
||||
<string name="verify_other_sessions">Verify all your sessions to ensure your account & messages are safe</string>
|
||||
<!-- Argument will be replaced by the other session name (e.g, Riot Desktop, mobile) -->
|
||||
<string name="verify_this_session">Verify the new login accessing your account: %1$s</string>
|
||||
|
||||
<string name="cross_signing_verify_by_text">Manually Verify by Text</string>
|
||||
<string name="crosssigning_verify_session">Verify login</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue