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 {
|
||||
/**
|
||||
* Newly created poll
|
||||
* Newly created poll.
|
||||
*/
|
||||
Create,
|
||||
|
||||
/**
|
||||
* Edit of an existing poll
|
||||
* Edit of an existing poll.
|
||||
*/
|
||||
Edit,
|
||||
}
|
||||
|
Reference in New Issue
Block a user