Change the title of spoiler button by state
The title will give the precise representation of the current state. It would be helpful for blind people.
This commit is contained in:
@ -777,8 +777,12 @@
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "Hide text behind warning",
|
||||
"id": "compose_form.spoiler"
|
||||
"defaultMessage": "Text is hidden behind warning",
|
||||
"id": "compose_form.spoiler.marked"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Text is not hidden",
|
||||
"id": "compose_form.spoiler.unmarked"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/compose/containers/spoiler_button_container.json"
|
||||
|
Reference in New Issue
Block a user