mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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}}
|
@icon={{this.copyIcon}}
|
||||||
@action={{this.copy}}
|
@action={{this.copy}}
|
||||||
class={{this.copyClass}}
|
class={{this.copyClass}}
|
||||||
|
@ariaLabel={{this.ariaLabel}}
|
||||||
/>
|
/>
|
@ -27,7 +27,7 @@
|
|||||||
@value={{this.url}}
|
@value={{this.url}}
|
||||||
readonly={{true}}
|
readonly={{true}}
|
||||||
/>
|
/>
|
||||||
<CopyButton @selector="input.invite-link" />
|
<CopyButton @selector="input.invite-link" @ariaLabel="share.url" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user