mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
UX: add heading role to close composer dialog (#29590)
This commit is contained in:
parent
fa03499c7e
commit
8cb8ad763a
|
@ -24,7 +24,7 @@ export default class DiscardDraftModal extends Component {
|
|||
@dismissable={{false}}
|
||||
>
|
||||
<:body>
|
||||
<div class="instructions">
|
||||
<div class="instructions" role="heading" aria-level="1">
|
||||
{{i18n "post.cancel_composer.confirm"}}
|
||||
</div>
|
||||
</:body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user