Skip to content

Commit a93c6ba

Browse files
authored
Read status message when command been copied (#8289)
1 parent 087ae11 commit a93c6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/Views/Packages/DisplayPackage.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<div class="copy-button">
151151
<button id="@packageManager.Id-button" class="btn btn-default btn-warning" type="button"
152152
data-toggle="popover" data-placement="bottom" data-content="Copied."
153-
aria-label="@packageManager.CopyLabel">
153+
aria-label="@packageManager.CopyLabel" aria-live="polite" role="status">
154154
<span class="ms-Icon ms-Icon--Copy" aria-hidden="true"></span>
155155
</button>
156156
</div>

0 commit comments

Comments
 (0)