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