Skip to content

Commit

Permalink
read out warning message (#8382)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndaidaii authored Jan 21, 2021
1 parent 2f88fd9 commit 320e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Packages/_ManageDeprecation.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@ViewHelpers.AlertDanger(@<text>At least one version must be selected.</text>)
</div>
<div data-bind="visible: chosenItemsConflictWarning">
@ViewHelpers.AlertWarning(@<text><span data-bind="text: chosenItemsConflictWarning"></span></text>)
@ViewHelpers.AlertWarning(@<text><span data-bind="text: chosenItemsConflictWarning"></span></text>, true)
</div>
</div>

Expand Down

0 comments on commit 320e81f

Please sign in to comment.