Skip to content

Commit b5d4e3d

Browse files
committed
Use generic common_verification_cancelled
1 parent 2eed49f commit b5d4e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/verifysession/impl/src/main/kotlin/io/element/android/features/verifysession/impl/VerifySelfSessionView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ internal fun HeaderContent(verificationFlowStep: FlowStep, modifier: Modifier =
100100
}
101101
val titleTextId = when (verificationFlowStep) {
102102
FlowStep.Initial -> R.string.screen_session_verification_open_existing_session_title
103-
FlowStep.Canceled -> R.string.screen_session_verification_cancelled_title
103+
FlowStep.Canceled -> CommonStrings.common_verification_cancelled
104104
FlowStep.AwaitingOtherDeviceResponse -> R.string.screen_session_verification_waiting_to_accept_title
105105
FlowStep.Ready, is FlowStep.Verifying, FlowStep.Completed -> R.string.screen_session_verification_compare_emojis_title
106106
}

0 commit comments

Comments
 (0)