mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 22:26:10 +08:00
A11Y: add aria-label to share copy button (#23706)
This commit is contained in:
parent
3df8ee9775
commit
a11869f8c5
@ -2,4 +2,5 @@
|
||||
@icon={{this.copyIcon}}
|
||||
@action={{this.copy}}
|
||||
class={{this.copyClass}}
|
||||
@ariaLabel={{this.ariaLabel}}
|
||||
/>
|
@ -27,7 +27,7 @@
|
||||
@value={{this.url}}
|
||||
readonly={{true}}
|
||||
/>
|
||||
<CopyButton @selector="input.invite-link" />
|
||||
<CopyButton @selector="input.invite-link" @ariaLabel="share.url" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user