Skip to content

Commit

Permalink
Fixes #37839 - bold skip dep solving checkbox text
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed Sep 20, 2024
1 parent 8c01c7c commit 4a13690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3 ng-show="errata" translate>Apply {{ errata.errata_id }}</h3>
<div class="checkbox" ng-show="updates.length > 0">
<label>
<input name="noDepSolve" ng-model="noDepSolve" type="checkbox"/>
<span translate>Skip dependency solving for a significant speed increase. If the update cannot be applied to the host, delete the incremental content view version and retry the application with dependency solving turned on.</span>
<b><span translate>Skip dependency solving for a significant speed increase. If the update cannot be applied to the host, delete the incremental content view version and retry the application with dependency solving turned on.</span></b>
</label>
</div>

Expand Down

0 comments on commit 4a13690

Please sign in to comment.