mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02:00
Ensure sentences end with a period
This commit is contained in:
@@ -41,12 +41,12 @@ data class PollCreation(
|
|||||||
|
|
||||||
enum class Action {
|
enum class Action {
|
||||||
/**
|
/**
|
||||||
* Newly created poll
|
* Newly created poll.
|
||||||
*/
|
*/
|
||||||
Create,
|
Create,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Edit of an existing poll
|
* Edit of an existing poll.
|
||||||
*/
|
*/
|
||||||
Edit,
|
Edit,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user