From 04ffb951c32e028c383695e6a0614ca953450158 Mon Sep 17 00:00:00 2001 From: Onuray Sahin Date: Tue, 25 Jan 2022 12:38:11 +0300 Subject: [PATCH] Code review fixes. --- .../home/room/detail/timeline/item/PollOptionViewState.kt | 2 +- vector/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/PollOptionViewState.kt b/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/PollOptionViewState.kt index 18b442b683..ae900d0406 100644 --- a/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/PollOptionViewState.kt +++ b/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/PollOptionViewState.kt @@ -53,7 +53,7 @@ sealed class PollOptionViewState(open val optionId: String, ) : PollOptionViewState(optionId, optionAnswer) /** - * Represent a poll that is closed, votes will be hidden until the poll is ended. + * Represent a poll that is undisclosed, votes will be hidden until the poll is ended. */ data class PollUndisclosed(override val optionId: String, override val optionAnswer: String, diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml index 95d9c3fc5f..1d25d58027 100644 --- a/vector/src/main/res/values/strings.xml +++ b/vector/src/main/res/values/strings.xml @@ -3707,6 +3707,7 @@ End this poll? This will stop people from being able to vote and will display the final results of the poll. End poll + Enable Polls Vote cast Poll ended