From dcfd9ee7a77f36958f55d7ccc1bce4f7031fa6f3 Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 29 Apr 2020 15:12:07 +0200 Subject: [PATCH] Fix copy --- .../java/im/vector/riotx/features/home/HomeDetailFragment.kt | 2 +- vector/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/java/im/vector/riotx/features/home/HomeDetailFragment.kt b/vector/src/main/java/im/vector/riotx/features/home/HomeDetailFragment.kt index 3857cbc48e..fdf6481f23 100644 --- a/vector/src/main/java/im/vector/riotx/features/home/HomeDetailFragment.kt +++ b/vector/src/main/java/im/vector/riotx/features/home/HomeDetailFragment.kt @@ -116,7 +116,7 @@ class HomeDetailFragment @Inject constructor( VerificationVectorAlert( uid = uid, title = getString(R.string.new_session), - description = getString(R.string.new_session_review_with_info, user?.displayName ?: "", newest.deviceId ?: ""), + description = getString(R.string.new_session_review_with_info, newest.displayName ?: "", newest.deviceId ?: ""), iconId = R.drawable.ic_shield_warning ).apply { matrixItem = user diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml index 3969c06af0..8023451a93 100644 --- a/vector/src/main/res/values/strings.xml +++ b/vector/src/main/res/values/strings.xml @@ -2201,7 +2201,7 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming Refresh - Unverified login. Was this you? + New login. Was this you? Tap to review & verify Use this session to verify your new one, granting it access to encrypted messages. This wasn’t me