Align emoji names with other platforms

This commit is contained in:
Arnfried Griesert
2023-02-10 10:01:15 +00:00
committed by Frank Rotermund
parent ed8c9bad51
commit 5fadb61abf
6 changed files with 20 additions and 8 deletions
@@ -27,7 +27,7 @@ enum KeyVerificationKind {
switch self {
case .otherSession:
title = VectorL10n.keyVerificationOtherSessionTitle
title = BWIL10n.deviceVerificationOtherLoginVerifyWaitTitle
case .thisSession:
title = BWIL10n.keyVerificationThisSessionTitle
case .newSession: