diff --git a/vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt b/vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt index ebb7a3efd0..c9ee1afd47 100644 --- a/vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt +++ b/vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt @@ -41,12 +41,12 @@ data class PollCreation( enum class Action { /** - * Newly created poll + * Newly created poll. */ Create, /** - * Edit of an existing poll + * Edit of an existing poll. */ Edit, }